Repository to clone and starting make something awesome with laravel!
- php:8.0.14-fpm
- nginx:stable-alpine
- mysql:5.7.38
- redis:4.0
- mailhog:latest
- "barryvdh/laravel-debugbar": "^3.6",
- "barryvdh/laravel-ide-helper": "^2.12",
- "predis/predis": "^1.1"
- Clone this repository
- In docker-compose.yml replace
CHANGEME
- Rename Nginx config and replace
CHANGEME
- Run docker-compose up
- Create or clone .env by .env.example
- Verify if docker has access to files
- Run command:
composer install
- Run command:
php artisan ide-helper:generate
- Run command:
php artisan ide-helper:meta
Fix all issues and you will be free! =)