Skip to content

pdbrito/laravel-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

laravel-installer

Dockerfile for building a docker image capable of installing laravel

Usage

docker run --rm -v $(pwd):/app pdbrito/laravel-installer:alpine

This will create a new directory in the current folder named laravel and install Laravel inside that directory.

The name of the install directory can be customized:

docker run --rm -v $(pwd):/app pdbrito/laravel-installer:alpine blog

About

Dockerfile for building a docker image capable of installing laravel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published