butochnikov/laravel-grafika
61
| Install | |
|---|---|
composer require butochnikov/laravel-grafika |
|
| Latest Version: | 0.0.1 |
| License: | MIT |
| Last Updated: | Mar 4, 2017 |
| Links: | GitHub · Packagist |
Maintainer: Butochnikov
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.
Related Packages
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707
laravel/serializable-closure
Laravel Serializable Closure provides an easy and secure way to serialize closur...
404,034,618
608
nunomaduro/collision
Cli error handling for console/command-line PHP applications.
384,821,166
4,658