LaravelPackages.net
Acme Inc.
Toggle sidebar
butochnikov/laravel-grafika

61
0
0.0.1
About butochnikov/laravel-grafika

butochnikov/laravel-grafika is a Laravel package. It currently has 0 GitHub stars and 61 downloads on Packagist (latest version 0.0.1). Install it with composer require butochnikov/laravel-grafika. Discover more Laravel packages by butochnikov or browse all Laravel packages to compare alternatives.

Last updated

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.

Comments