Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2022-06-11 (1 month ago) | | Not yet rated by the users | | Total: 29 This week: 2 | | All time: 10,571 This week: 111 |
|
Description | | Author |
This package demonstrates how to create a service and a command from a helper class.
It provides an example of a helper class that implements functions that can be useful for any purpose.
The package also provides how to create service and command classes that call the helper class that developers can use in an application based on the Laravel framework. Innovation Award
June 2022
Nominee
Vote |
Laravel is a popular PHP framework that helps developers reduce the development time by using design patterns that promote the reuse of components in many ways.
Service and command classes are some design patterns that Laravel promotes to help developers reuse code from one project in other projects.
The package provides an example to help other developers to learn how to use a single helper class to create a Laravel service class and a command class with the minimal development effort.
Manuel Lemos |
| |
|
|
Innovation award
Nominee: 1x |
|
Details
LaravelHelperClass
A simple helper class implementation for Laravel.
Config
Run the Composer require command from the Terminal:
composer require qwerty/helperclass dev-main
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.