git clone git@github.com:gabrielprogramadorweb/laravel12-docker-vuejs3.5.gitcd laravel12-docker-vuejs3.5/backendcp .env.example .envdocker-compose up -d --builddocker compose exec php bashcomposer installphp artisan key:generatephp artisan migratecd frontend
npm install- 🌐 Frontend Vue: http://localhost:5173/
- 🔧 API Laravel: http://localhost:8080/
- 🗃️ PHPMyAdmin: http://localhost:8888/