Sign inSign up

spiralout/dartisan

By spiralout

•Updated almost 8 years ago

Container to run Laravel's artisan commands

Image
1

4.2K

spiralout/dartisan repository overview

⁠dartisan

Docker container to run Laravel's Artisan command

⁠Usage

Run with

$ docker run -P -v </Your/Absolute/Path/To/laravel/folder>:/var/www spiralout/dartisan <artisan command eg. list>

If you like to have link with your database: write on your .env file

DB_HOST=db

and run with

$ docker run -d -P --name artisan <Your DB container name>:db -v </Your/Absolute/Path/To/laravel/folder>:/var/www spiralout/dartisan <artisan command eg. make:auth>

Tag summary

Content type

Image

Digest

Size

25.6 MB

Last updated

almost 8 years ago

docker pull spiralout/dartisan