PHP Classes

HelpMate: Example of a Laravel helper class

Recommend this page to a friend!
  Info   View files Documentation   View files View files (11)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 22 This week: 1All time: 11,153 This week: 560Up
Version License PHP version Categories
helpmate 1.0The PHP License5PHP 5, Tools, Libraries
Description 

Author

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

Picture of Hicri
  Performance   Level  
Name: Hicri <contact>
Classes: 23 packages by
Country: Turkey Turkey
Age: 30
All time rank: 307149 in Turkey Turkey
Week rank: 33 Up1 in Turkey Turkey Up
Innovation award
Innovation award
Nominee: 3x

Documentation

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

  Files folder image Files  
File Role Description
Files folder imagesrc (3 files, 1 directory)
Files folder imagetests (2 directories)
Accessible without login Plain text file .styleci.yml Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  src  
File Role Description
Files folder imageCommands (1 file)
  Plain text file QwertyHelper.php Class Class source
  Plain text file QwertyHelperCommand.php Class Class source
  Plain text file QwertyHelperServiceProvider.php Class Class source

  Files folder image Files  /  src  /  Commands  
File Role Description
  Plain text file HelperCommand.php Class Class source

  Files folder image Files  /  tests  
File Role Description
Files folder imageFeature (1 file)
Files folder imageUnit (1 file)

  Files folder image Files  /  tests  /  Feature  
File Role Description
  Plain text file helpmateTest.php Class Class source

  Files folder image Files  /  tests  /  Unit  
File Role Description
  Plain text file TestCase.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:22
This week:1
All time:11,153
This week:560Up