ranjbarali/laravel-custom-helper
Composer 安装命令:
composer require ranjbarali/laravel-custom-helper
包简介
Make custom helper just with one command
README 文档
README
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
统计信息
- 总下载量: 270
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-11