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 demo
Copy the .env.example
file:
cp .env.example .env
Setup a connection to an existing database and run the seeder via artisan:
php artisan demo:install