naveed/laravel-utilities

There is no license information available for the latest version (1.2.4) of this package.

Laravel Utilities

1.2.4 2022-08-01 11:00 UTC

This package is auto-updated.

Last update: 2024-08-31 00:33:20 UTC


README

1.
composer install laravel-utilities

2.
config/app.php:
    ...
    'providers' => [
        ...
        Naveed\Utils\UtilsServiceProvider::class,
        ...

3.
php artisan vendor:publish --provider="Naveed\Utils\UtilsServiceProvider"