Installation
To get the latest version of Deploy Operations, simply require the project using Composer:
composer require dragon-code/laravel-deploy-operations
If necessary, you can publish the configuration file by calling the console command:
php artisan vendor:publish --tag deploy-operations
Now you can create new operations.
Compatibility Table
PHP | Laravel | Package | Documentation | Status |
---|---|---|---|---|
^8.2 | 11, 12 | ^7.0 | ||
^8.2 | 10, 11, 12 | ^6.0 | ||
^8.2 | 10, 11 | ^5.0 | ||
^8.0 | 7, 8, 9, 10, 11 | ^4.0 | ||
^8.0 | 7, 8, 9 | ^3.0 | ||
^7.3, ^8.0 | 6, 7, 8, 9 | ^2.0 | --- | |
^7.3, ^8.0 | 6, 7, 8 | ^1.0 | --- |
02 April 2025