Skip to content

A small package for organizing your helpers simply and correctly.

License

Notifications You must be signed in to change notification settings

Flobbos/laravel-simple-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A small package for organizing your helpers simply and correctly.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages