Giter Club home page Giter Club logo

development's Introduction

Flashtag

Flashtag - Development repository

Code Climate Build Status

Do NOT use this repo in production, this is for development purposes where we can work on and test all of the flashtag repositories in one place.

About

Flashtag is a simple CMS that you can include in any existing Laravel app. You can pick and choose what components you want.

  • flashtag/data contains all of the persisted stuff. You'll need this one or nothing else will work.
  • flashtag/admin contains the administration dashboard where you can manage all the persisted stuff in flashtag/data
  • flashtag/api contains a RESTful api for managing all the persisted stuff in flashtag/data. it uses laravel session auth or JWT
  • flashtag/front contains the routes and views (templates) for the public-facing side of your CMS (i.e. displays all your persisted stuff from flashtag/data)

Progress

Follow the progress or vote on features on our trello board.

Look at our existing issues, and feel free to contribute!

Contributing

1. Clone the repo
  • Fork the repo
  • git clone [email protected]:YOUR_FORK_HERE/development.git flashtag-dev then go to that directory
2. Development Install:
  • composer install

  • cp .env.example .env

  • php artisan key:generate

3. Development VM and database seeding:
  • vendor/bin/homestead make

  • set up your Homestead.yaml to look similar to the example.

  • vagrant up && vagrant ssh

  • cd flashtag

  • php artisan migrate --seed

4. Running tests:
  • vendor/bin/phpunit
5. Admin login:

development's People

Contributors

lagbox avatar mikerogne avatar ryanwinchester avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.