A demo application to illustrate how litstack works. The online version can be found under demo.litstack.io.
Clone the repository:
git clone https://github.com/litstack/demo.git && cd demoCopy the .env.example file:
cp .env.example .envSetup a connection to an existing database and run the seeder via artisan:
php artisan demo:install