This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
You can install the package via composer:
composer require hoej/larapod --dev
# Start containers
./vendor/bin/pod start
# Stop containers
./vendor/bin/pod stop
Sometime you will need to extend the runtime image, this could be needed if you need a specfic package or php-ext installed. To extend the runtime image, simply create a docker/Dockerfile
in the root of your project.
FROM hoej/pod:RUNTIME
# DO YOUR STUFF HERE
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
composer test
If you discover any security related issues, please email nb@hoej.dk instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.