From a6412e318c0171526bc8b25ef597f2cc61f5b800 Mon Sep 17 00:00:00 2001 From: Cristian Tabacitu Date: Tue, 8 Sep 2020 10:24:39 -0400 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b8fa78e..d4345b6 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Alerts for Laravel 5, 6 and 7 +# Alerts for Laravel 5, 6, 7 and 8 [![Build Status](https://img.shields.io/travis/prologuephp/alerts/master.svg?style=flat-square)](https://travis-ci.org/prologuephp/alerts) [![Quality Score](https://img.shields.io/scrutinizer/g/prologuephp/alerts.svg?style=flat-square)](https://scrutinizer-ci.com/g/prologuephp/alerts) @@ -6,7 +6,7 @@ [![Packagist Version](https://img.shields.io/packagist/v/prologue/alerts.svg?style=flat-square)](https://packagist.org/packages/prologue/alerts) [![Total Downloads](https://img.shields.io/packagist/dt/prologue/alerts.svg?style=flat-square)](https://packagist.org/packages/prologue/alerts) -Global site messages in Laravel 7, 6 and 5. Helps trigger notification bubbles with a simple API, both in the current page, and in the next page (using flash data). +Global site messages in Laravel 8, 7, 6 and 5. Helps trigger notification bubbles with a simple API, both in the current page, and in the next page (using flash data). Created by [Dries Vints](https://github.com/driesvints) - he first got the idea after [a blog post](http://toddish.co.uk/blog/global-site-messages-in-laravel-4/) by [Todd Francis](http://toddish.co.uk/). This package uses much of the concepts of his blog post as well as the concept of alert levels which [Illuminate's Log package](https://github.com/illuminate/log) uses. Maintained by [Cristian Tabacitu](https://github.com/tabacitu) thanks to its use in [Backpack for Laravel](http://backpackforlaravel.com/).