tobischulz / artisan-forge-deploy
A Laravel artisan command to easily deploy your code to a laravel forge server.
Installs: 122
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 3
Open Issues: 8
Type:package
Requires
- php: ^8.1
- laravel/framework: ^9.0
Requires (Dev)
- orchestra/testbench: 7.x
- dev-master
- 3.0.0
- 2.1.0
- 2.0.x-dev
- 2.0.1
- 2.0
- 1.0
- dev-dependabot/composer/nesbot/carbon-2.72.6
- dev-dependabot/composer/league/commonmark-2.6.0
- dev-dependabot/composer/symfony/var-dumper-6.4.15
- dev-dependabot/composer/laravel/framework-9.52.17
- dev-dependabot/composer/symfony/http-foundation-6.4.14
- dev-dependabot/composer/symfony/process-6.4.14
- dev-develop
This package is auto-updated.
Last update: 2025-03-09 01:17:11 UTC
README
This will give you the power to deploy your Laravel project on your configured Forge server site with this needful artisan command. This package requires PHP 7 and Laravel 5.7 or higher.
php artisan forge:deploy
Installation
Pull this package in using composer:
Use the 3.0 for Laravel 9
composer require --dev tobischulz/artisan-forge-deploy "^3.0"
Use the 2.0 for Laravel 7 or 8
composer require --dev tobischulz/artisan-forge-deploy "^2.0"
Use 1.0 for Laravel 5.7 or above
composer require --dev tobischulz/artisan-forge-deploy "^1.0"
Next, add the Key FORGE_DEPLOY_URL to your .env file and copy the Deployment Trigger URL
from your forge site details page.
FORGE_DEPLOY_URL=
You´re ready to go to fire php artisan forge:deploy
on cli now.
Credits
License
The MIT License (MIT). Please see License File for more information.