Download the PHP package calebporzio/laravel-helpers-file without Composer
On this page you can find all versions of the php package calebporzio/laravel-helpers-file. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download calebporzio/laravel-helpers-file
More information about calebporzio/laravel-helpers-file
Files in calebporzio/laravel-helpers-file
Download calebporzio/laravel-helpers-file
More information about calebporzio/laravel-helpers-file
Files in calebporzio/laravel-helpers-file
Vendor calebporzio
Package laravel-helpers-file
Short Description Because I can never remember exactly how to autoload my helpers.php file
License MIT
Package laravel-helpers-file
Short Description Because I can never remember exactly how to autoload my helpers.php file
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-helpers-file
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.
All versions of laravel-helpers-file with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^5.7|^5.8|^6.0|^7.0|^8.0
The package calebporzio/laravel-helpers-file contains the following files
Loading the files please wait ....