Skip to content

Container for running laravel cli bits, based on the latest official php:cli

License

Notifications You must be signed in to change notification settings

tomsowerby/docker-laravel-php-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

docker-laravel-php-cli

Container for running laravel cli bits, based on the latest official php:cli, with a few laravel requirements and a couple of database (mysql and postgresql) options installed.

This can easily be used to run artisan commands by providing artisan as the entrypoint.

Available on Docker Hub

Usage should be the same as the Official PHP cli

Check the version:

docker run -it --rm tomsowerby/laravel-php-cli php -v

Run artisan (command run from a laravel directory):

docker run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp tomsowerby/laravel-php-cli php artisan

Please report bugs or suggestions for this container to the GitHub issue page.

About

Container for running laravel cli bits, based on the latest official php:cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published