PHP code example of michael-rubel / artisan-release-command
1. Go to this page and download the library: Download michael-rubel/artisan-release-command library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
michael-rubel / artisan-release-command example snippets
namespace App;
abstract class Service
{
/**
* App version.
*/
final public const VERSION = '0.0.1';
}
php artisan release {type}
php artisan release major
php artisan release major --beta