Skip to content

Commit 7f21bce

Browse files
authored
Update README.md
1 parent 8658c1b commit 7f21bce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# A lightweight package to flash messages
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-flash.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-flash)
4-
![Test Status](https://img.shields.io/github/workflow/status/spatie/laravel-flash/run-tests?label=tests)
5-
![Code Style Status](https://img.shields.io/github/workflow/status/spatie/laravel-flash/php-cs-fixer?label=code%20style)
64
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-flash.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-flash)
75

86
This is a lightweight package to send flash messages in Laravel apps. A flash message is a message that is carried over to the next request by storing it in the session. This package only supports one single flash message at a time.

0 commit comments

Comments
 (0)