FairHypo / agrostatic by FairHypo

Library for Agro24 project to get some methods with static files
22
0
1
Package Data
Maintainer Username: FairHypo
Maintainer Contact: yuriy.maslof@gmail.com (Yuriy Maslov)
Package Create Date: 2017-01-24
Package Last Update: 2017-02-22
Language: PHP
License: MIT
Last Refreshed: 2024-05-10 15:04:28
Package Statistics
Total Downloads: 22
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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)

  • Email: yuriy.maslof@gmail.com