Skip to content

Laravel app that running on the Nginx web server inside Docker container

Notifications You must be signed in to change notification settings

AntonioArts/docker-nginx-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel app generator for Docker environment

This image aims to be a solid foundation for building and running Laravel apps

Requirements: Сomposer https://getcomposer.org

Create a new Laravel project:

  1. chmod 755 ./install.sh
  2. ./install <dir>

Run the app:

  1. docker build -t appname .
  2. docker run -p YOUR_PORT:8080 appname

About

Laravel app that running on the Nginx web server inside Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published