Skip to content

Hoej/larapod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Very short description of the package

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.

Installation

You can install the package via composer:

composer require hoej/larapod --dev

Usage

# Start containers
./vendor/bin/pod start

# Stop containers
./vendor/bin/pod stop

Extend

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"]

Testing

composer test

Security

If you discover any security related issues, please email nb@hoej.dk instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Lightweight docker environment for laravel

Resources

License

Stars

Watchers

Forks

Packages

No packages published