calebporzio/laravel-helpers-file
最新稳定版本:v0.1.4
Composer 安装命令:
composer require calebporzio/laravel-helpers-file
包简介
Because I can never remember exactly how to autoload my helpers.php file
README 文档
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.
统计信息
- 总下载量: 5.06k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 60
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-11