Download the PHP package pkeidel/laradockctl without Composer
On this page you can find all versions of the php package pkeidel/laradockctl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pkeidel/laradockctl
More information about pkeidel/laradockctl
Files in pkeidel/laradockctl
Download pkeidel/laradockctl
More information about pkeidel/laradockctl
Files in pkeidel/laradockctl
Vendor pkeidel
Package laradockctl
Short Description Allows to manage docker container for the development over cli - with help of the amazing laradock project
License MIT
Package laradockctl
Short Description Allows to manage docker container for the development over cli - with help of the amazing laradock project
License MIT
Please rate this library. Is it a good library?
Informations about the package laradockctl
README
This package does the following things:
- download laradock
- detect which services are needed and configure them
At the moment it supports:
- Laravel
For laravel it also does:
- configure your database connection
- configure your redis connection
How it works:
ProjectReader
instances inspect your project and return what services are needed. Configs are adjusted to start these services via php artisan laradock:up
.
Install
Usage
laradock:install
laradock:configure
laradock:up
Commands
There are the following artisan commands:
laradock:install
Installs laradock from github. If git is found it uses git else it downloads it as zip filelaradock:configure
Enables the specified services and write the needed configuration to ./.env and laradock/.envlaradock:up
Starts all your containerslaradock:up --only="php-fpm nginx"
laradock:exec
Executes 'bash' in 'php-fpm' containerlaradock:exec nginx
Executes 'bash' in 'nginx' containerlaradock:exec nginx --cmd=sh
Executes 'sh' in 'nginx' container
laradock:logs
tail -f log output for all your containerslaradock:update
Updates laradock. Either via git or via zip download
There are also these commands but you may not need them for normal usage:
laradock:setenv
Sets the value of a specified key in laradock/.env
All versions of laradockctl with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-yaml Version *
ext-curl Version *
jfcherng/php-diff Version *
laravel/framework Version ^9.0|^10.0
ext-yaml Version *
ext-curl Version *
jfcherng/php-diff Version *
laravel/framework Version ^9.0|^10.0
The package pkeidel/laradockctl contains the following files
Loading the files please wait ....