| Package Data | |
|---|---|
| Maintainer Username: | radic |
| Maintainer Contact: | rradic@hotmail.com (Robin Radic) |
| Package Create Date: | 2016-07-28 |
| Package Last Update: | 2022-06-28 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-29 03:02:57 |
| Package Statistics | |
|---|---|
| Total Downloads: | 73,523 |
| Monthly Downloads: | 16 |
| Daily Downloads: | 0 |
| Total Stars: | 7 |
| Total Watchers: | 2 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
A general support package for the Laravel 5 framework. Laradic Support provides flexible and reusable components of code for commonly used functionality as well as the means to customize the default Laravel 5 folder structure.
The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code.
Begin by installing the package through Composer.
composer require laradic/support=~1.0
Laradic\Support\StrCombines all string functions from Laravel, Underscore PHP and Stringy