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

https://github.com/bdbch/laravel-boilerplate


https://github.com/bdbch/laravel-boilerplate

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Requirements

- Docker

# Setup

```
docker-compose build app
docker-compose up -d
docker-compose exec app composer install
docker-compose exec app php artisan key:generate
```