Deploy is a Laravel package that provides artisan command to make deploy easier on server.
- php >= 5.6
- laravel >= 5.5
1- composer require "roshandelpoor/deploy":"dev-main"
important:: Only in Laravel version < 8
2- add this line in config/app.php -> in part 'providers' => []
Roshandelpoor\Deploy\DeployServiceProvider::class,
php artisan deploy
If you find any bugs or have suggestions for new features, feel free to open an issue or submit a pull request on GitHub.
Super Tools is open-source software licensed under the MIT license.