Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Apr 27, 2024
1 parent af3222f commit 40b313a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# User Extension Sprinkle (UserFrosting 5)

[![Version](https://img.shields.io/github/v/release/userfrosting/extend-user?include_prereleases)](https://github.com/userfrosting/extend-user/releases)
![PHP Version](https://img.shields.io/badge/php-%5E8.1-brightgreen)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
[![Build](https://img.shields.io/github/actions/workflow/status/userfrosting/extend-user/Build.yml?branch=5.0&logo=github)](https://github.com/userfrosting/extend-user/actions)
[![Codecov](https://codecov.io/gh/userfrosting/extend-user/branch/5.0/graph/badge.svg)](https://app.codecov.io/gh/userfrosting/extend-user/branch/5.0)
[![StyleCI](https://github.styleci.io/repos/372359383/shield?branch=5.0&style=flat)](https://github.styleci.io/repos/**372359383**)
[![PHPStan](https://img.shields.io/github/actions/workflow/status/userfrosting/extend-user/PHPStan.yml?branch=5.0&label=PHPStan)](https://github.com/userfrosting/extend-user/actions/workflows/PHPStan.yml)
[![Join the chat](https://img.shields.io/badge/Chat-UserFrosting-brightgreen?logo=Rocket.Chat)](https://chat.userfrosting.com)
[![Donate](https://img.shields.io/badge/Open_Collective-Donate-blue?logo=Open%20Collective)](https://opencollective.com/userfrosting#backer)
[![Donate](https://img.shields.io/badge/Ko--fi-Donate-blue?logo=ko-fi&logoColor=white)](https://ko-fi.com/lcharette)

Example sprinkle for extending the User class to contain additional fields. [See the learn documentation for more information](https://learn.userfrosting.com/recipes/extending-the-user-model).

# Installation
Expand Down

0 comments on commit 40b313a

Please sign in to comment.