Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 377 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 377 Bytes

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