Makefile helper for Laradock
May 12, 2018
Hey,
The project link
https://github.com/KryDos/laradock-helper is the project repo.
What is this?
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.
Feel free to contact me for feedback or questions. Find my contacts on About page.