glowieframework / global-helpers
Global helper functions for Glowie Framework
v1.0.1
2024-09-27 16:59 UTC
Requires (Dev)
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:
app_path()
asset()
auth()
cache()
collect()
config()
cookies()
csrf_token()
db()
dd()
decrypt()
dispatch()
element()
encrypt()
env()
http()
is_empty()
layout()
logger()
now()
public_path()
redirect()
request()
response()
retry()
route()
session()
storage_path()
today()
translate()
uploader()
url()
validator()
view()
Credits
Global helpers and Glowie are currently being developed by Gabriel Silva.