承接 campusdatamedia/faturhelper 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

campusdatamedia/faturhelper

最新稳定版本:v3.1.2

Composer 安装命令:

composer require campusdatamedia/faturhelper

包简介

Project that contains some helpers/functions/methods to help my work easier

README 文档

README

Total Downloads Latest Stable Version License GitHub Action WakaTime

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-01-20