https://github.com/bdbch/laravel-boilerplate
https://github.com/bdbch/laravel-boilerplate
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bdbch/laravel-boilerplate
- Owner: bdbch
- Created: 2021-05-18T19:52:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T20:54:12.000Z (about 3 years ago)
- Last Synced: 2025-04-06T12:33:12.562Z (about 1 year ago)
- Language: PHP
- Size: 221 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```