定制 open-southeners/sidecar-local 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

open-southeners/sidecar-local

最新稳定版本:1.4.0

Composer 安装命令:

composer require --dev open-southeners/sidecar-local

包简介

An extension of Laravel Sidecar project to be able to use it locally with Docker

README 文档

README

An extension of Laravel Sidecar project to be able to use it locally with Docker.

Getting started

composer require open-southeners/sidecar-local

Setting up

Publish config file with the following command:

php artisan vendor:publish --provider="OpenSoutheners\\SidecarLocal\\ServiceProvider"

Then don't forget to set your sidecar.env config option to local and the sidecar.functions with the ones you want to test locally to make this work.

Run the following command to publish docker-compose.yml file into resources/sidecar folder with --run option to run Docker with all services locally:

php artisan sidecar:local --run

To stop the services you can just run the same but with --stop option:

php artisan sidecar:local --stop

Partners

skore logo

License

This package is open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 1.82k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-10-19