Skip to content

bran921007/Centurian

 
 

Repository files navigation

Centurian

Centurian is a Laravel package which adds extra commands to Sentry of new releases.

Installation

Either PHP 5.5+ or HHVM 3.6+ are required.

To get the latest version of Blue Bay Travel Centurian, simply require the project using Composer:

$ composer require bluebaytravel/centurian

Instead, you may of course manually update your require block and run composer update if you so choose:

{
    "require": {
        "bluebaytravel/centurian": "^1.0"
    }
}

Once Blue Bay Travel Centurian is installed, you need to register the service provider. Open up config/app.php and add the following to the providers key.

  • 'BlueBayTravel\Centurian\CenturianServiceProvider'

After the service provider has been loaded, publish the config:

$ php artisan vendor:publish

Usage

Once Centurian has been configured, it is simply a matter of running the Artisan command, supplying the version number to release.

$ php artisan centurian:release 1.0.0

License

Blue Bay Travel Centurian is licensed under The MIT License (MIT).

About

Laravel 5 Sentry Releases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%