Sign inSign up

c4tech/laravel-artisan

By c4tech

Updated almost 11 years ago

DEPRECATED. Use c4tech/php:artisan (or c4tech/php:5-artisan if you need PHP 5.6)

Image
0

10K+

c4tech/laravel-artisan repository overview

PHP container for Laravel Artisan services

A basic PHP 5.x CLI container to execute artisan commands.

Configuration

  1. /app must be a mounted volume and be the Laravel application root.

We use the c4tech/generic-data image to provide app as a linked volume. Also, c4tech/laravel-nginx is what we use for our PHP-FPM service.

Docker Compose example

artisan:
  image: c4tech/laravel-artisan
  volumes_from:
    - data

Tag summary

Content type

Image

Digest

sha256:352a182ce

Size

157.3 MB

Last updated

almost 11 years ago

docker pull c4tech/laravel-artisan