glowieframework/global-helpers 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

glowieframework/global-helpers

最新稳定版本:v1.0.5

Composer 安装命令:

composer require glowieframework/global-helpers

包简介

Global helper functions for Glowie Framework

README 文档

README

This package allows some of Glowie Framework core functions to run in a global scope as helpers.

Installation

Install in your Glowie project using Composer:

composer require glowieframework/global-helpers

Usage

Use any helper method from your application controllers, models, middlewares or views.

Each helper will return an instance of the corresponding Glowie core class.

Available methods:

  • __()
  • abort()
  • app()
  • app_path()
  • asset()
  • auth()
  • back()
  • cache()
  • collect()
  • config()
  • cookies()
  • csrf_token()
  • db()
  • dd()
  • decrypt()
  • dispatch()
  • element()
  • encrypt()
  • env()
  • filled()
  • http()
  • is_empty()
  • layout()
  • logger()
  • now()
  • old()
  • public_path()
  • redirect()
  • request()
  • response()
  • retry()
  • route()
  • session()
  • storage_path()
  • today()
  • translate()
  • unless()
  • uploader()
  • url()
  • validator()
  • view()
  • when()

Credits

Global helpers and Glowie are currently being developed by Gabriel Silva.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-04-12