2017 © Pedro Peláez
 

library laravel-grafika

image

butochnikov/laravel-grafika

  • Saturday, March 4, 2017
  • by Butochnikov
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 200 % Grown

The README.md

Laravel Grafika

Installation

Require it in your Laravel project:, (*1)

composer require butochnikov/laravel-grafika

or update composer.json file:, (*2)

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

and run composer update from terminal., (*4)

Update app.php file in app/config directory:, (*5)

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

License

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

The Versions

04/03 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Alexey Butochnikov

04/03 2017

0.0.1

0.0.1.0

  Sources   Download

MIT

The Requires

 

by Alexey Butochnikov