Skip to content

ustych/php5.3-laradock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Setup

  • Clone original repo from laradock by typing:
    git clone https://github.com/Laradock/laradock.git
  • create .env file
    cp env-example .env
  • replace php-fpm and workbanch folders from original laradock folder to the same folder from this repo
  • change PHP_VERSION in .env to PHP_VERSION=53
  • up containers:
    docker-compose up -d php-fpm
  • you can make sure, that u have right version of php by typing:
    docker-compose exec php-fpm bash
    php -v

About

Old version of php, built for laradock.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages