Skip to content
Steve Azzopardi edited this page Oct 27, 2015 · 5 revisions

Welcome to the laravel-docker wiki!

Configuring the thing.

If you want to configure for example the mysql password and user, you can find all of the information here

Run artisan commands

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.]

Running Composer 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

Running Unit tests

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

Running SQL quries

You might run some SQL queries on your database you can find more information about that here