Skip to content

Launch a laravel project using docker with a simple command on any folder and Install Dependencies

Notifications You must be signed in to change notification settings

ahmedofali/opinionated-laravel-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Opinionated Laravel Installer Using Docker

Simply Run this Command

docker run -it --rm -v E:\sites\work\installation-directory:/app ahmedali32/laravel-installer:v1.0 /app

This Command simply will mount this partition in your host "E:\sites\work\installation-directory" to "/app" inside the container, and you pass /app to tell the container that you would like to put the new laravel installation inside this directory which is mounted to your host partition "E:\sites\work\installation-directory" .

About

Launch a laravel project using docker with a simple command on any folder and Install Dependencies

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published