laradock-cli
laradock-cli copied to clipboard
laradock-cli, a small commandline tool to create, start, stop laradock, or enter the workspace
Results
2
laradock-cli issues
Sort by
recently updated
recently updated
newest added
Using the composer global install is really handy, but when we are not cd'd on the right path, commands such as `laradock ps` will not properly work because the first...
Unfortunately (at least on my mac) `composer global require lorinlee/laradock-cli` doesn't add `laradock` to the $PATH so you cannot immediately run `laradock` commands. I suggest a short paragraph in the...