/laravel-helpers

Primary LanguagePHPMIT LicenseMIT

Deprecated Laravel 6 helpers

laravel-helpers

StyleCI Total Downloads Latest Stable Version Latest Unstable Version License

Content

Installation

To get the latest version of Laravel Helpers, simply require the project using Composer:

composer require andrey-helldar/laravel-helpers

Instead, you may of course manually update your require block and run composer update if you so choose:

{
    "require": {
        "andrey-helldar/laravel-helpers": "^1.0"
    }
}

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php:

Helldar\LaravelHelpers\ServiceProvider::class,

Using

artisan app:name

Set the application namespace by console command:

php artisan app:name <YourWord>

str helpers

Remote helpers returned:

arr helpers

Remote helpers returned:

License

This package is released under the MIT License.