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

https://github.com/mageddo/laravel-samples


https://github.com/mageddo/laravel-samples

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Install

Running the docker server

$ docker-compose up

To generate the database and tables

$ docker exec -it laravel-samples bash -c 'cd quickstart && php artisan migrate'