larabra/str

Laravel Illuminate\Support\Str extended

Maintainers

Details

github.com/larabra/str

Source

Issues

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:package

v1.0.1 2019-11-19 01:00 UTC

This package is not auto-updated.

Last update: 2024-11-14 00:34:40 UTC


README

Latest Stable Version Total Downloads License

Installation

Step 1: Install package via Composer

composer require larabra/str

Step 2: If you are using Laravel 5, include the service provider within your config/app.php file.

'providers' => [
    Larabra\Str\LarabraStrServiceProvider::class,
];