Skip to content

Commit e2f75de

Browse files
Fix README.md shields
1 parent b74f3ec commit e2f75de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/bladebones/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Laravel Auth (for Blade; barebones edition)
22
Rich authentication scaffolding for any blade-based Laravel application.
33

4-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/claudiodekker/laravel-auth-bladebones.svg?style=flat-square)](https://packagist.org/packages/claudiodekker/laravel-auth-bladebones)
4+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/claudiodekker/laravel-auth-bladebones.svg)](https://packagist.org/packages/claudiodekker/laravel-auth-bladebones)
55
[![GitHub App Tests Action Status](https://github.com/claudiodekker/laravel-auth-bladebones/actions/workflows/app-tests.yml/badge.svg)](https://github.com/claudiodekker/laravel-auth-bladebones/actions/workflows/app-tests.yml)
66
[![Github Package Tests Action Status](https://github.com/claudiodekker/laravel-auth-bladebones/actions/workflows/package-tests.yml/badge.svg)](https://github.com/claudiodekker/laravel-auth-bladebones/actions/workflows/package-tests.yml)
7-
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/claudiodekker/laravel-auth-bladebones/Check%20&%20fix%20styling?label=code%20style)](https://github.com/claudiodekker/laravel-auth-bladebones/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amaster)
8-
[![Code Quality Score](https://img.shields.io/scrutinizer/g/claudiodekker/laravel-auth-bladebones.svg?style=flat-square)](https://scrutinizer-ci.com/g/claudiodekker/laravel-auth-bladebones)
9-
[![Total Downloads](https://img.shields.io/packagist/dt/claudiodekker/laravel-auth-bladebones.svg?style=flat-square)](https://packagist.org/packages/claudiodekker/laravel-auth-bladebones)
7+
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/claudiodekker/laravel-auth-bladebones/fix-styling.yml?label=code%20style&logo=github&branch=master)](https://github.com/claudiodekker/laravel-auth-bladebones/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amaster)
8+
[![Code Quality Score](https://img.shields.io/scrutinizer/g/claudiodekker/laravel-auth-bladebones.svg?logo=scrutinizer)](https://scrutinizer-ci.com/g/claudiodekker/laravel-auth-bladebones)
9+
[![Total Downloads](https://img.shields.io/packagist/dt/claudiodekker/laravel-auth-bladebones.svg)](https://packagist.org/packages/claudiodekker/laravel-auth-bladebones)
1010

1111
These days, most (web)applications no longer have just a simple username-password login form; they require you to think about password strength, two-factor authentication,
1212
the ability to recover your account with all of this set up, and as of more recently even the ability to log in without any password at all, using Passkeys.

0 commit comments

Comments
 (0)