Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 607 Bytes

File metadata and controls

27 lines (18 loc) · 607 Bytes

Litstack Demo

A demo application to illustrate how litstack works. The online version can be found under demo.litstack.io.

Installation

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