campusdatamedia/faturhelper
最新稳定版本:v3.1.2
Composer 安装命令:
composer require campusdatamedia/faturhelper
包简介
Project that contains some helpers/functions/methods to help my work easier
README 文档
README
Introduction
FaturHelper is the project that contains some helpers/functions/methods to help my Laravel work easier.
Prerequisite
- PHP >= 7.4
- DBMS MySQL >= 6.0
- Laravel >= 8.0
Installation (Version 2.0)
Download From Composer:
Run this script into your CLI:
composer require campusdatamedia/faturhelper
Configuration:
Add this script into app/Providers/AppServiceProvider.php inside of register method:
if(File::exists(base_path('vendor/campusdatamedia/faturhelper/src'))) { foreach(glob(base_path('vendor/campusdatamedia/faturhelper/src').'/Helpers/*.php') as $filename) { require_once $filename; } }
Installation (Version 3.0 or More)
Download From Composer:
Run this script into your CLI:
composer require campusdatamedia/faturhelper
Configuration:
Add this script into config/app.php in providers section:
Ajifatur\FaturHelper\FaturHelperServiceProvider::class,
Run this script into your CLI every after install or update the faturhelper:
php artisan faturhelper:install
Enjoy!
Docs
统计信息
- 总下载量: 126
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-01-20