priskz / laravel-utilities
A tool box of Laravel specific utilties.
0.0.1
2018-04-20 05:54 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2026-03-14 16:12:32 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.