💾 Archived View for g.codelearn.me › 2018-05-12-laradock-helper.gmi captured on 2024-05-10 at 11:02:36. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

Makefile helper for Laradock

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.