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
README
Setup
composer require revans/deployment-actions-laravelphp artisan vendor:publishFind 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