Provides your Laravel app with baseline Docker files for use in CoreProc internal environment
coreproc/laravel-docker-internal-install-command is a Laravel package for provides your laravel app with baseline docker files for use in coreproc internal environment.
It currently has 0 GitHub stars and 11.761 downloads on Packagist (latest version 0.2.0).
Install it with composer require coreproc/laravel-docker-internal-install-command.
Discover more Laravel packages by coreproc
or browse all Laravel packages to compare alternatives.
Last updated
Install this package to your Laravel project to add a new docker:install command to your artisan commands.
composer require coreproc/laravel-docker-internal-install-command
Run the following command to install the docker files to your project.
php artisan docker:install