priskz/laravel-utilities

A tool box of Laravel specific utilties.

0.0.1 2018-04-20 05:54 UTC

This package is auto-updated.

Last update: 2024-05-14 12:21:03 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.