Skip to content

Commit 4b96655

Browse files
committed
Update README.md
1 parent ed007c2 commit 4b96655

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Laravel StageFront
22

33
[![GitHub release](https://img.shields.io/github/release/codezero-be/laravel-stagefront.svg?style=flat-square)](https://github.com/codezero-be/laravel-stagefront/releases)
4-
[![Laravel](https://img.shields.io/badge/laravel-8-red?style=flat-square&logo=laravel&logoColor=white)](https://laravel.com)
4+
[![Laravel](https://img.shields.io/badge/laravel-9-red?style=flat-square&logo=laravel&logoColor=white)](https://laravel.com)
55
[![License](https://img.shields.io/packagist/l/codezero/laravel-stagefront.svg?style=flat-square)](LICENSE.md)
6-
[![Build Status](https://img.shields.io/scrutinizer/build/g/codezero-be/laravel-stagefront/master?style=flat-square)](https://scrutinizer-ci.com/g/codezero-be/laravel-stagefront/build-status/master)
7-
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/codezero-be/laravel-stagefront/master?style=flat-square)](https://scrutinizer-ci.com/g/codezero-be/laravel-stagefront/?branch=master)
8-
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/quality/g/codezero-be/laravel-stagefront/master?style=flat-square)](https://scrutinizer-ci.com/g/codezero-be/laravel-stagefront/?branch=master)
6+
[![Build Status](https://img.shields.io/github/workflow/status/codezero-be/laravel-stagefront/Tests/master?style=flat-square&logo=github&logoColor=white&label=tests)](https://github.com/codezero-be/laravel-stagefront/actions)
7+
[![Code Coverage](https://img.shields.io/codacy/coverage/a5db8a1321664e67900c96eadc575ece/master?style=flat-square)](https://app.codacy.com/gh/codezero-be/laravel-stagefront)
8+
[![Code Quality](https://img.shields.io/codacy/grade/a5db8a1321664e67900c96eadc575ece/master?style=flat-square)](https://app.codacy.com/gh/codezero-be/laravel-stagefront)
99
[![Total Downloads](https://img.shields.io/packagist/dt/codezero/laravel-stagefront.svg?style=flat-square)](https://packagist.org/packages/codezero/laravel-stagefront)
1010

11+
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/R6R3UQ8V)
12+
1113
#### Quickly add password protection to a staging site.
1214

1315
Shielding a staging or demo website from the public usually involves setting op authentication separate from the actual project. This isn't always easy or is cumbersome at the least.
@@ -20,7 +22,7 @@ By installing StageFront with composer, adding the middleware and setting 3 vari
2022

2123
## ✅ Requirements
2224

23-
- PHP >= 7.1 | 8.0
25+
- PHP ^7.1 | ^8.0
2426
- [Laravel](https://laravel.com/) >= 5.7
2527

2628
## 📦 Installation

0 commit comments

Comments
 (0)