laradic / support by radic

Laravel 5 support package
73,402
7
2
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-04-24 15:02:53
Package Statistics
Total Downloads: 73,402
Monthly Downloads: 26
Daily Downloads: 0
Total Stars: 7
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Laradic Support

License

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.

Quick Installation

Begin by installing the package through Composer.

composer require laradic/support=~1.0

Documentation

Go to documentation

Overview

Laradic\Support\Str

Combines all string functions from Laravel, Underscore PHP and Stringy