Skip to content

mirr/laravel-development-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Laravel Development

This based on php:7.4-fpm but with additional apps. I made this to be compatible with Laravel 8.x.

Application Installed

  • PHP 7.4.x
  • NodeJS 14.x LTS
  • cURL
  • git
  • composer 2.x

PHP Extensions

  • imagick
  • mcrypt
  • pdo_mysql
  • gmp
  • xml
  • gd
  • zip

Globally installed packages

  • phpunit/phpunit
  • phing/phing
  • sebastian/phpcpd
  • phploc/phploc
  • phpmd/phpmd
  • squizlabs/php_codesniffer

How to build the image

docker build -t laravel-development-env .

then use docker images to find the image ID.

With docker run -it laravel-development-env you can test if your changes are the desired ones.

Then tag it: docker tag laravel-development-env <YOUR-USER>/laravel-development-env:latest

and finally publish it: docker push <YOUR-USER>/laravel-development-env

About

Laravel Development Environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published