Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 36 | All time: 10,981 This week: 455 |
Version | License | PHP version | Categories | |||
laravel-helper 1.0 | The PHP License | 5 | PHP 5, Libraries, Design Patterns |
A simple helper class implementation for Laravel.
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
Files (6) |
File | Role | Description | ||
---|---|---|---|---|
src (2 files, 2 directories) | ||||
composer.json | Data | Auxiliary data | ||
README.md | Doc. | Documentation |
Files (6) | / | src |
File | Role | Description | ||
---|---|---|---|---|
Commands (1 file) | ||||
Providers (1 file) | ||||
QwertyHelper.php | Class | Class source | ||
QwertyHelperCommand.php | Class | Class source |
Files (6) | / | src | / | Providers |
File | Role | Description |
---|---|---|
QwertyHelperServiceProvider.php | Class | Class source |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.