Skip to content

NGINX & PHP (PHP-FPM, Composer, GIT) in the Docker with compose file optimised for Laravel, Queue & Scheduler.

Notifications You must be signed in to change notification settings

hamidparvez/nginx-php-docker-for-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGINX & PHP in the Docker for Laravel

Built in Queue Worker & Scheduler Containers.

Downloading & configure the project

  • Git Clone
  • sudo docker-compose build
  • sudo docker-compose up

Installing laravel

  • sudo docker exec laravel-app /bin/bash -c "cd /public_html/ && composer create-project --prefer-dist laravel/laravel laravel"

Note

  • You can change the path /public_html/ to anything you want just change the path in the Environments & path.
  • Change the server name in the docker/vhost.conf according to your needs.

Your suggestion or PR will be highly appriciated.

About

NGINX & PHP (PHP-FPM, Composer, GIT) in the Docker with compose file optimised for Laravel, Queue & Scheduler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages