-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Steve Azzopardi edited this page Oct 27, 2015
·
5 revisions
Welcome to the laravel-docker wiki!
If you want to configure for example the mysql password and user, you can find all of the information here
If you want to run any artisan commands such as 'php artisan make:controller' there is more information (here)[https://github.com/SteveAzz/laravel-docker/wiki/Running-Artisan-Commands.]
To run all of your composer commands you have to ssh inside of your laravel_commands container, more information about this can be found here
To run any unit tests you have, you need to ssh inside of the laravel_commands container and run them from there, a better exaplination of this can be found here
You might run some SQL queries on your database you can find more information about that here