waqarraza / laravel-backend-utilities
Laravel backend utilities, helpers and more
0.0.3
2023-05-16 19:15 UTC
Requires
- php: >=7.4
- laravel/framework: >=6
README
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 😊