Skip to content

imtiazPabel/QuickStart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart

Run application

To make it easier, the project can be run inside Docker container which has all the necessary setup with required dependencies

Build Docker image

docker build . -t php-dev

Lunch Docker Container

docker run -it -v "$(pwd):/usr/src/app" -w "/usr/src/app" --name app-quickstart php-dev bash

About

A PHP QuickStart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published