revans/deployment-actions-laravel

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

Installs: 342

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/revans/deployment-actions-laravel

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

This package is auto-updated.

Last update: 2025-12-21 06:28: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