Skip to content

JonathanGuo/laravel-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel installer

This is an image simply includes laravel installer binary. By using docker container to initialise the laravel application, you don't have to manage your local PHP version and environment.

How to use

Mount the directory you prefer to initialise a new Laravel project, and run the following command by replacing MY_REPO with your project name.

docker run --rm -it \
    --volume $PWD:/app \
    --volume ~/.composer-docker/cache:/tmp/cache \
    chcjonathanguo/laravel-installer:latest new MY_REPO

About

an image simply includes laravel installer binary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published