pdustdar/dockerize-laravel 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

pdustdar/dockerize-laravel

最新稳定版本:v0.1.6

Composer 安装命令:

composer require pdustdar/dockerize-laravel

包简介

Deploy Dockerized Laravel Framework With Nginx.

README 文档

README

Easy Deploy Dockerized Laravel App With Nginx (Production).

Installation using Composer

In your terminal application move to the root directory of your laravel project using the cd command and require the project as a dependency using composer.

composer require pdustdar/dockerize-laravel

And run this for register commends:

php artisan vendor:publish --provider=Pdustdar\DockerizedLaravel\DockerizeServiceProvider

Create And Publish docker files and configurations

You can create and publish docker file and setting after install and register provider. run this:

php artisan docker:publish

Start and Stop services

After creating and publishing the docker files, you can run the services by:

php artisan docker:up

And to stop the service:

php artisan docker:stop

统计信息

  • 总下载量: 441
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-03-08