An extension of Laravel Sidecar project to be able to use it locally with Docker.
composer require open-southeners/sidecar-localPublish 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 --runTo stop the services you can just run the same but with --stop option:
php artisan sidecar:local --stopThis package is open-sourced software licensed under the MIT license.
