Download the PHP package weblabormx/tall-utils without Composer
On this page you can find all versions of the php package weblabormx/tall-utils. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tall-utils
Weblabor's TALL Utilities
A package of traits, wrappers and helpers to solve common PHP/TALL workflow day-to-day struggles.
Installation
You can install this package using Composer:
Usage
List of classes available:
Enums
\WeblaborMx\TallUtils\Enums\WithSelectInput
:
- Adds a
keyValue()
static function to format your Enum cases in[$value => label()]
. - Adds an
options()
static function to output a<options>
HtmlString
directly to your blade.
Models
WeblaborMx\TallUtils\Models\WithActivityLog
:
- Opinionated default options for Activity Log.
WeblaborMx\TallUtils\Models\WithFilters
:
- Adds a
filterBy()
scope with a custom filtering system based on array options. - Check the example
Livewire
WeblaborMx\TallUtils\Livewire\WithConstants
:
- Adds a
$constants
array, to pass the name of variables that shouldn't be changed after the first request.
WeblaborMx\TallUtils\Livewire\WithFilters
:
- Optional livewire trait to pair with
WeblaborMx\TallUtils\Models\WithFilters
.
WireUI
- Adds
notify()
anddialog()
functions inspired by Laravel Flash to use the WireUI components between requests.
All versions of tall-utils with dependencies
PHP Build Version
Package Version
The package weblabormx/tall-utils contains the following files
Loading the files please wait ....