Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Because I can never remember exactly how to autoload my helpers.php file.

Notifications You must be signed in to change notification settings

calebporzio/laravel-helpers-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Helpers File (helpers.php)

I add a app/helpers.php file to every project for any custom helpers I might want to create.

Everytime I go to add one to a project, I have to dig up how to autoload a single file in my composer.json.

No more will I suffer.

Installation

composer require calebporzio/laravel-helpers-file

php artisan calebporzio:helpers

This command will create a app/helpers.php file in your project and handle the autoloading for you automatically.

Hope this silly lil' package comes in handy for you.

About

Because I can never remember exactly how to autoload my helpers.php file.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages