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-03-03 03:02:52 |
Package Statistics | |
---|---|
Total Downloads: | 73,354 |
Monthly Downloads: | 41 |
Daily Downloads: | 0 |
Total Stars: | 7 |
Total Watchers: | 3 |
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\Str
Combines all string functions from Laravel, Underscore PHP and Stringy