Hey,
https://github.com/KryDos/laradock-helper is the project repo.
Since recently I work mostly with Laravel and run it with Laradock I’ve came up with some Makefile targets I use constantly instead of running some commands manually.
Like an example are migration or seed commands, or commands to join php container I can call just
make run-migrations
or make join-php
which is faster.
Hope it can be useful for someone else too.