calebporzio / laravel-helpers-file
Because I can never remember exactly how to autoload my helpers.php file
Installs: 4 922
Dependents: 0
Suggesters: 0
Security: 0
Stars: 60
Watchers: 5
Forks: 6
Open Issues: 5
Requires
- laravel/framework: ^5.7|^5.8|^6.0|^7.0|^8.0
This package is auto-updated.
Last update: 2024-01-26 05:34:52 UTC
README
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.