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
License
This package is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 1.82k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-19
