Looking to hire Laravel developers? Try LaraJobs

laravel-backend-utilities maintained by waqarraza

Description
Laravel backend utilities, helpers and more
Last update
2023/05/16 21:15 (dev-main)
License
Links
Downloads
18

Comments
comments powered by Disqus

Laravel Utilities Package

Step 1

composer require waqarraza/laravel-backend-utilities

Step 2

For Laravel version <= 5.4

You can skip this step for Laravel version >= 5.5

Add these following lines in config/app.php

'providers' => [
    ...
    Waqar\Utility\Provider\UtilityServiceProvider::class,
    ...
]

'aliases' => [
    ...
    'Utility' => Waqar\Utility\Facade\Utility::class,
    ...
]

Note

Please provide your feedback to upgrade this package and add more methods that are used commonly but almost always has to look up the code :blush: