https://github.com/litstack/demo
Litstack demo project.
https://github.com/litstack/demo
Last synced: 2 months ago
JSON representation
Litstack demo project.
- Host: GitHub
- URL: https://github.com/litstack/demo
- Owner: litstack
- License: mit
- Created: 2020-10-02T17:45:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T18:47:50.000Z (about 4 years ago)
- Last Synced: 2025-04-12T13:08:25.181Z (2 months ago)
- Language: PHP
- Homepage: https://demo.litstack.io/admin
- Size: 4.99 MB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Litstack Demo
A demo application to illustrate how litstack works. The online version can be found under [demo.litstack.io](https://demo.litstack.io).
## Installation
Clone the repository:
```shell
git clone https://github.com/litstack/demo.git && cd demo
```Copy the `.env.example` file:
```shell
cp .env.example .env
```Setup a connection to an existing database and run the seeder via artisan:
```shell
php artisan demo:install
```