Flobbos / laravel-simple-helper by Flobbos

A small package for better maintenance of your helper classes.
4,891
2
2
Package Data
Maintainer Username: Flobbos
Maintainer Contact: alexej@helloo.it (Alexej Krzewitzki)
Package Create Date: 2017-05-22
Package Last Update: 2019-08-23
Language: PHP
License: MIT
Last Refreshed: 2024-04-23 03:14:27
Package Statistics
Total Downloads: 4,891
Monthly Downloads: 188
Daily Downloads: 7
Total Stars: 2
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Laravel-Simple-Helper

Laravel Simple Helper

Install and maintain all your helpers in a simple way

Docs

Installation

Install package

Add the package in your composer.json by executing the command.

composer require flobbos/laravel-simple-helper

Register the service provider with your app/config/app.php

Flobbos\LaravelSimpleHelper\LaravelSimpleHelperServiceProvider::class,

Configuration

Publish the configuration file.

php artisan vendor:publish 

Use the package

By default the package assumes that your helpers live in the app\Helpers directory. You have the option to specify the helpers directory in the config.

The second option is to just load everything that's in the Helpers directory or specify each helper in the config file.

Laravel compatibility

LaravelSimpleHelper is generally compatible with Laravel version 5.X.