0.2.0 • Published 4 years ago

generator-rk-docker-laravel v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

generator-rk-docker-laravel

A Yeoman generator to create laravel inside a Docker container. It creates a laravel container and install composer dependencies and run the container with docker-composer.

Usage

npm i -g generator-rk-docker-laravel

Create a folder for your project, inside the project:

yo rk-docker-laravel <appname> [--with-imagick]

--with-imagick: Install imagick in php container for processing image with php.

Requirements

You need Docker and docker-compose installed on your computer for this generator to work.

0.2.0

4 years ago