adacto-company/laravel-docker-deploy

This package adds all the required files to deploy Laravel using a Docker stack

Installs: 105

Dependents: 0

Suggesters: 0

Security: 0

Stars: 23

Watchers: 1

Forks: 5

Open Issues: 0

Type:laravel-package

pkg:composer/adacto-company/laravel-docker-deploy

1.0.0 2022-03-07 08:43 UTC

This package is auto-updated.

Last update: 2025-10-07 17:17:10 UTC


README

Latest Version on Packagist Total Downloads

This repo contains all required files to deploy Laravel using a Docker Stack.

Installation

You can install the package via composer:

composer require adacto-company/laravel-docker-deploy

Usage

You can install all the required files using this command:

php artisan docker-deploy:install

You can add a new environment using this command:

php artisan docker-deploy:generate-environment

For local development you can use Laravel Sail with the standard sail command.

For deployment environments you need to set the APP_ENV environment variable.

Tips: Don't forget to edit the generated .env.* files with your configuration data.

Credits

License

The Apache 2.0 License. Please see License File for more information.