Skip to content

RanjbarAli/Laravel-Custom-Helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Custom Helper

Make custom helper just with one command! Very light!!!

Installation

requires Laravel 8+

Via composer:

$ composer require RanjbarAli/Laravel-Custom-Helper

You can publish configuration with:

php artisan vendor:publish --provider="RanjbarAli\LaravelCustomHelper\LaravelCustomHelperServiceProvider"

Usage

Make helper with:

php artisan make:helper {function_name}

Now your helper php file is in App/Helpers folder!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Make custom helper just with one command!

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages