slvler/helpmate

Laravel Helper Class

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 1

Forks: 0

Open Issues: 0

Type:package

v1.0.0 2023-01-20 19:54 UTC

This package is auto-updated.

Last update: 2024-04-19 14:29:57 UTC


README

tests Latest Stable Version Latest Unstable Version License

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