An open API service indexing awesome lists of open source software.

https://github.com/stechstudio/laravel-shuttle-demo-app


https://github.com/stechstudio/laravel-shuttle-demo-app

Last synced: about 1 year ago
JSON representation

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`