Butochnikov / laravel-grafika by Butochnikov

61
0
2
Package Data
Maintainer Username: Butochnikov
Maintainer Contact: butochnikov@gmail.com (Alexey Butochnikov)
Package Create Date: 2017-03-04
Package Last Update: 2017-03-04
Language: PHP
License: MIT
Last Refreshed: 2024-05-18 15:12:16
Package Statistics
Total Downloads: 61
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Laravel Grafika

Installation

Require it in your Laravel project:

composer require butochnikov/laravel-grafika

or update composer.json file:

{
    "require": {
        "laravel/framework": "5.4.*",
        "butochnikov/laravel-grafika": "~0.0.1"
    }
}

and run composer update from terminal.

Update app.php file in app/config directory:

'providers' => [
    ...
    Butochnikov\Grafika\GrafikaServiceProvider::class
    ...
],

License

The MIT License (MIT). Please see License File for more information.