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-11-23 03:09:14 |
Package Statistics | |
---|---|
Total Downloads: | 61 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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
...
],
The MIT License (MIT). Please see License File for more information.