Download the PHP package x3tech/laravel-shipper without Composer
On this page you can find all versions of the php package x3tech/laravel-shipper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download x3tech/laravel-shipper
More information about x3tech/laravel-shipper
Files in x3tech/laravel-shipper
Download x3tech/laravel-shipper
More information about x3tech/laravel-shipper
Files in x3tech/laravel-shipper
Vendor x3tech
Package laravel-shipper
Short Description Integrate Docker into your Laravel development workflow
License MIT
Homepage https://github.com/3onyc/laravel-shipper
Package laravel-shipper
Short Description Integrate Docker into your Laravel development workflow
License MIT
Homepage https://github.com/3onyc/laravel-shipper
Please rate this library. Is it a good library?
Informations about the package laravel-shipper
Laravel Shipper
Integrating Laravel, Docker and Docker-Compose
Requirements
Instructions
-
Add to
composer.json
-
Add the provider to
config/app.php
- If using MySQL, set host to
db
indatabase.php
- If using beanstalkd, set host to
queue
inqueue.php
-
Generate the
docker-compose.yml
config file./artisan shipper:create:all
-
Build and start the containers
docker-compose build && docker-compose up
- Wait until the containers are started, and visit http://localhost:8080
FAQ
How do I run a command on my project (Such as artisan)
docker-compose run --rm app <command>
Examples
Artisan:
docker-compose run --rm app ./artisan
PHPUnit:
docker-compose run --rm app vendor/bin/phpunit
All versions of laravel-shipper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
symfony/yaml Version ~2.3
symfony/process Version ~2.3
illuminate/support Version ~4.0 | ~5.0
symfony/yaml Version ~2.3
symfony/process Version ~2.3
illuminate/support Version ~4.0 | ~5.0
The package x3tech/laravel-shipper contains the following files
Loading the files please wait ....