💾 Archived View for g.codelearn.me › 2018-05-12-laradock-helper.gmi captured on 2023-09-08 at 16:03:02. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
Hey,
https://github.com/KryDos/laradock-helper
is the project repo.
Since recently I work mostly with Laravel and run it with
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.