Skip to content

Laravel commands to run a simple container for development purposes

License

Notifications You must be signed in to change notification settings

webartisans-io/docker-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Laravel

This is a simple package that creates some commands to run easily a docker container in order to serve you laravel app from docker.

This is meant only for development purposes.

Installation

composer require wartisans/docker-laravel --dev

if you want to change any of the configurations you can publish the docker-laravel.php configuration, if not, it will just take the defaults.

 php artisan vendor:publish --provider="WebArtisans\\DockerLaravel\\Providers\\DockerLaravelServiceProvider"

Usage

To serve your current project you can just run

php artisan docker:serve

To stop the current container

php artisan docker:stop

To remove the container

php artisan docker:remove

If you would like to contribute, you're welcome to do so.

About

Laravel commands to run a simple container for development purposes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages