Skip to content

FairHypo/agrostatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

composer require fairhypo/agrostatic

Library for Agro24 project to get some methods with static files.

Installation

Pull this package in through Composer.

    {
        "require": {
            "fairhypo/agrostatic": "^1.0"
        }
    }

Laravel 5.* Integration

Add the service provider to your config/app.php file:

    'providers'     => array(

        //...
        Fairhypo\Agrostatic\AgrostaticServiceProvider::class,

    ),

Usage

Using Agrostatic methods

Method Input Description
getStaticPath() $identifier, $width Get path of photo by id or by related model

License

This template is open-sourced software licensed under the MIT license

Contact

Yuriy Maslov (developer)

About

Library for Agro24 project to get some methods with static files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages