fairhypo / agrostatic
Library for Agro24 project to get some methods with static files
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/fairhypo/agrostatic
This package is not auto-updated.
Last update: 2025-09-28 07:34:16 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