Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2023-01-22 (4 months ago)  | | Not yet rated by the users | | Total: 18 | | All time: 10,960 This week: 190 |
|
Description | | Author slvler
Contributor
|
This package provides an example of a Laravel helper class.
It provides a service class that can be queried to return the list of commands made available by a helper command class.
The helper commands in its base class provide several helper functions that can do anything other parts of the Laravel-based application need.
Currently, the helper command class provides functions for:
- Get the date format from a given date string
- Send an abort response with a given code
- Get the URL of a given application asset
- Check if two numbers are divisible | |
 |
|
Innovation award
 Nominee: 2x |
|
Details
LaravelHelperClass

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
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.