slvler / helpmate
Laravel Helper Class
v1.0.1
2024-10-20 21:27 UTC
Requires (Dev)
- orchestra/testbench: ^6.18.0
- phpunit/phpunit: ^9.5
README
A simple helper class implementation for Laravel.
Config
- Run the Composer require command from the Terminal:
composer require slvler/helpmate
- If you're using Laravel 8.6
- the final steps for you are to add the service provider of the package and alias the package. To do this open your
config/app.php
file. - Add a new line to the
providers
array:
Qwerty\HelperService\Providers\QwertyHelperServiceProvider::class
- function list command the Terminal:
php artisan helper:list