Easy development environment of FuelPHP on Docker.
This scripts will setup FuelPHP project on your Mac with Docker Toolbox.
Apache 2.4, MySQL 5.7 and PHP 7 will be setup on Docker.
FuelPHP is depends on some extensions. These extensions below are installed with docker-php-ext-install.
fileinfo
mbstring
mcrypt
If you need to add more extensions, check the usage of docker-php-ext-install.
PHPUnit is also required to test your code of FuelPHP.
mod_rewrite
is enabled.
- Install Docker Toolbox.
-
Clone this repository into your projects directory.
$ git clone git@github.com:Seraphicer/docker-fuelphp.git
-
Move to the working copy.
$ cd docker-fuelphp
-
Execute initialization.
$ ./setup <Project Name> <Projects directory>
Projects directory is optional. If omit Projects directory, parent directory will be choosed. This scripts will create FuelPHP project into Projects directory. -
While installing FuelPHP, some of inputs will be required.
https://github.com/Seraphicer/docker-fuelphp/issues
Feel free to send me pull-requests!