revans/deployment-actions-laravel

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

Maintainers

Package info

github.com/r-evans18/Deployment-actions

pkg:composer/revans/deployment-actions-laravel

Statistics

Installs: 342

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

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

This package is auto-updated.

Last update: 2026-03-21 06:57:46 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