Download the PHP package inpin/lara-alert without Composer
On this page you can find all versions of the php package inpin/lara-alert. 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 lara-alert
LaraAlert
Trait for Laravel Eloquent models to allow easy implementation of a "user alerts" feature.
Composer Install (for Laravel 5.5 and above)
composer require inpin/lara-alert
Install and then run the migrations
Model and database schema
it will create you a table of laraalert_alerts
with following fields:
type
is the type of alert, ex: 'alert', 'confirmation complete', 'software update, etc.
description
a nullable text which describe alert.
seen_at
determines if current alert is new (seenat is null) or not (seen_at fills with timestamp)
Setup your models
Sample Usage
Alert objects
Credits
- Mohammad Nourinik - http://inpinapp.com
All versions of lara-alert with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/database Version >=5.0
illuminate/support Version >=5.0
laravel/framework Version >=5.5
illuminate/database Version >=5.0
illuminate/support Version >=5.0
laravel/framework Version >=5.5
The package inpin/lara-alert contains the following files
Loading the files please wait ....