| 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: | 2025-11-10 03:04:05 |
| Package Statistics | |
|---|---|
| Total Downloads: | 22 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Library for Agro24 project to get some methods with static files.
Pull this package in through Composer.
{
"require": {
"fairhypo/agrostatic": "^1.0"
}
}
Add the service provider to your config/app.php file:
'providers' => array(
//...
Fairhypo\Agrostatic\AgrostaticServiceProvider::class,
),
| Method | Input | Description | |-----------------------|-----------------------|-------------------------------------------------------------------| | getStaticPath() | $identifier, $width | Get path of photo by id or by related model |
This template is open-sourced software licensed under the MIT license
Yuriy Maslov (developer)