定制 flobbos/laravel-simple-helper 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

flobbos/laravel-simple-helper

最新稳定版本:0.13

Composer 安装命令:

composer require flobbos/laravel-simple-helper

包简介

A small package for better maintenance of your helper classes.

README 文档

README

Laravel Simple Helper

Install and maintain all your helpers in a simple way

Docs

Installation

Install package

Add the package in your composer.json by executing the command.

composer require flobbos/laravel-simple-helper

Register the service provider with your app/config/app.php

Flobbos\LaravelSimpleHelper\LaravelSimpleHelperServiceProvider::class,

Configuration

Publish the configuration file.

php artisan vendor:publish 

Use the package

By default the package assumes that your helpers live in the app\Helpers directory. You have the option to specify the helpers directory in the config.

The second option is to just load everything that's in the Helpers directory or specify each helper in the config file.

Laravel compatibility

LaravelSimpleHelper is generally compatible with Laravel version 5.X.

统计信息

  • 总下载量: 6.99k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-05-23