fairhypo / agrostatic
Library for Agro24 project to get some methods with static files
1.0.4
2017-01-24 12:29 UTC
This package is not auto-updated.
Last update: 2025-06-08 05:50:20 UTC
README
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