sourceboat / docker-laravel

A highly opinionated docker image which aims to be perfectly suited to run our Laravel applications.
MIT License
11 stars 2 forks source link

Idea: Remove project specific code #26

Closed PKuebler closed 4 years ago

PKuebler commented 4 years ago

The call of php artisan setup is not required in every project. If necessary, it can be called via the StartUpCommands.

Storage link would be a point for discussion.