https://github.com/stechstudio/laravel-shuttle-demo-app
https://github.com/stechstudio/laravel-shuttle-demo-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stechstudio/laravel-shuttle-demo-app
- Owner: stechstudio
- Created: 2022-07-06T16:21:39.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2022-10-03T05:55:02.000Z (over 3 years ago)
- Last Synced: 2025-03-25T03:48:47.887Z (about 1 year ago)
- Language: PHP
- Size: 587 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Shuttle Demo App
This is the demo application for showcasing [Laravel Shuttle](https://github.com/stechstudio/laravel-shuttle).
### Setup
Clone the repository
`https://github.com/stechstudio/laravel-shuttle-demo-app.git`
Setup your `.env` and database
`cp .env.example .env && php artisan key:generate && cd database && touch database.sqlite`
Migrate and seed the database
`php artisan migrate --seed`