Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1006 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 1006 Bytes

Grafika Laravel

Package is a simple service provider for Grafika library. A beautiful library will images

Install

Begin by installing this package through Composer. Edit your project's composer.json file to require lemesdaniel/grafika-laravel.

"require": { "lemesdaniel/grafika-laravel": "dev-master" } Next, update Composer from the Terminal:

composer update

OR in bash

$ composer require lemesdaniel/grafika-laravel

2 - Provider

Next, add your new provider to the providers array of config/app.php:

'providers' => [
    // Other service providers...
	Lemesdaniel\Grafika\Providers\GrafikaServiceProvider::class,
],

Example

grafika-laravel