mtburge / docker-laravel

:whale: Laravel CLI Docker Image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel CLI

Build Status Downloads Licence

This is a Docker image which builds a CLI environment for operating Laravel applications in CI/CD pipelines. It does not serve the site and as such does not include a web server. I use it purely to run tests for my laravel applications.

Installed extensions

It comes built with the following packages and extensions enabled, in addition to the Laravel requirements:

  • PHP 7.3
    • imagick
    • xdebug
    • mongodb
    • curl
    • xml
    • gd
    • bcmath
  • npm
  • yarn
  • pdftk
  • unzip
  • sqlite3

Contributing

If you want to use this image for your pipeline builds, but need access to a extension which isn't installed, I welcome pull requests. Submit your PR and I will review as soon as possible.

About

:whale: Laravel CLI Docker Image

License:MIT License


Languages

Language:Dockerfile 100.0%