lorisleiva / laravel-docker

🐳 Generic docker image for Laravel Applications
MIT License
934 stars 314 forks source link

fix php artisan postgres commands #127

Open bono495 opened 1 year ago

bono495 commented 1 year ago

Laravel uses pg_restore and pg_dump commands for the postgres database. Without this added the package the commands can't be run.