laradic / support by radic

Laravel 5 support package
72,960
7
3
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: 2024-04-29 15:02:56
Package Statistics
Total Downloads: 72,960
Monthly Downloads: 62
Daily Downloads: 1
Total Stars: 7
Total Watchers: 3
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