priskz / laravel-utilities
A tool box of Laravel specific utilties.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/priskz/laravel-utilities
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2025-10-14 15:22:29 UTC
README
Purpose
A tool box of Laravel specific utilties.
Tools
Alert - An easy way to display and work with Laravel flash data in your HTML.
Install via Composer
Add the following to your "require" schema:
"require": {
"priskz/laravel-utilities": "~0.0.1"
}
Run composer install
Add 'LaravelUtilities\Alert\ServiceProvider' to the 'providers' in /app/laravel/config/app.php to enable the newly added service.