butochnikov / laravel-grafika
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/butochnikov/laravel-grafika
Requires
- illuminate/support: ~5.0
- kosinix/grafika: ^2.0
This package is auto-updated.
Last update: 2025-10-29 01:40:31 UTC
README
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.