Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vsvietkov/template-laravel
- Owner: vsvietkov
- Created: 2024-08-09T17:54:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-28T16:45:05.000Z (9 days ago)
- Last Synced: 2024-12-28T17:28:33.613Z (9 days ago)
- Language: PHP
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`