revans/deployment-actions-laravel

Allows artisan commands to be run on sites where termnial access or database access cannot be accessed

v1.0.10 2022-03-20 22:18 UTC

This package is auto-updated.

Last update: 2025-07-21 05:44:53 UTC


README

Setup

  • composer require revans/deployment-actions-laravel
  • php artisan vendor:publish Find deployment actions (config, views & migrations)
  • Set up your commands within the config/deployment.php

If you want to add an extra line of security for production sites, add DEPLOYMENT_PRODUCTION_PASSWORD to your .env and add a password within there.

Any issues please report or create a merge request into staging :) Happy deploying