Skip to content

lemesdaniel/grafika-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages