Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vsvietkov/template-laravel

Template project for PHP Laravel backend service
https://github.com/vsvietkov/template-laravel

Last synced: 7 days ago
JSON representation

Template project for PHP Laravel backend service

Awesome Lists containing this project

README

        

### SET UP

1. `make env`
2. `make build`
3. `make start`
4. `make composer-install`
5. `make generate-key`
6. `make migrate`
7. `make seed`

Now you can access the project at `http://localhost`