PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Hicri   HelpMate   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: HelpMate
Example of a Laravel helper class
Author: By
Last change:
Date: 1 year ago
Size: 899 bytes
 

Contents

Class file image Download

LaravelHelperClass

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