Skip to content

lauroguedes/laravel-docker-env-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Laravel Docker Environment

Environment PHP php-fpm-laravel

Specifications:

  • PHP 7.4, 7.3, 7.2 / 7.1 / 7.0 / 5.6 / 5.4
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • SOAP PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • INTL PHP Extension
  • PCNTL PHP Extension
  • ZIP PHP Extension
  • MCRYPT PHP Extension
  • GD PHP Extension
  • BCMath PHP Extension
  • Imagick PHP Extension
  • Sqlite3
  • Memcached
  • Composer
  • Laravel Cron Job for the task scheduling setup
  • PHP ini values for Laravel (see laravel.ini)
  • xDebug (PHPStorm friendly, see xdebug.ini). Update env variable XDEBUG for true to enable remote xDebug in Dockerfile php folder.
  • t alias created to run unit tests vendor/bin/phpunit with docker-compose exec [service_name] t
  • prt alias created to run paratest vendor/bin/paratest
  • d alias created to run Laravel Dusk browser tests artisan dusk with docker-compose exec [service_name] d
  • art alias created to run the Laravel artisan command
  • fresh alias created to migrate the database fresh and seed the seeders artisan migrate:fresh --seed

About

Laravel Docker Environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published