定制 deesynertz/laravel-helper-kit 二次开发

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

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

deesynertz/laravel-helper-kit

最新稳定版本:v1.1.1

Composer 安装命令:

composer require deesynertz/laravel-helper-kit

包简介

It suggests a collection of helper utilities specifically tailored for Laravel development

README 文档

README

It suggests a collection of helper utilities specifically tailored for Laravel development

Features

  1. Session Helpers: for developer who want to use maltiple session in deferent time now you can use single helper and provide driver then it will config for you

Installation

Using Composer run

composer require deesynertz/laravel-helper-kit

Laravel >= 5.5

That's it! The package is auto-discovered on 5.5 and up!

Laravel <= 5.4

Add the service provider to the providers array in your config/app.php file:

'providers' => [
    // Other Laravel service providers...

    /*
    * Package Service Providers...
    */
    Deesynertz\HelperKit\HelperKitServiceProvider::class,

    // Other package service providers...
],

Usage

now we have some functions

Invoices Helpers

invoiceTypeDisplay($invoice)
invoiceStatusDisplay($invoice)

Contributions

Contributions and feedback are welcome! Feel free to open an issue or submit a pull request on GitHub.

License

This package is open-source software licensed under the MIT license.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-02-14