From f6240852ac20d8ed843dd6f52fcefd6b05582d1b Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Thu, 18 Oct 2018 20:11:29 -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 e9f362d..787273a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Custom User Profile Field Sprinkle for [UserFrosting 4](https://www.userfrosting.com) +[![StyleCI](https://github.styleci.io/repos/83981830/shield?branch=master)](https://github.styleci.io/repos/83981830) [![UserFrosting Version](https://img.shields.io/badge/UserFrosting->=%204.1-brightgreen.svg)](https://github.com/userfrosting/UserFrosting) [![Donate](https://img.shields.io/badge/Donate-Buy%20Me%20a%20Coffee-brightgreen.svg)](https://ko-fi.com/A7052ICP) + This Sprinkle makes it easy to add any custom fields to the user or group model. Simply create a new schema in you own sprinkle and you're done. Your new profile fields will be automcatically integrated in the default UserFrosting interface. > This version only works with UserFrosting 4.1.x ! @@ -8,8 +10,6 @@ This Sprinkle makes it easy to add any custom fields to the user or group model. If you need help using this sprinkle or found any bug, feels free to open an issue or submit a pull request. You can also find me on the [UserFrosting Chat](https://chat.userfrosting.com/) most of the time for direct support. -Buy Me a Coffee at ko-fi.com - # Installation Edit UserFrosting `app/sprinkles.json` file and add the following to the `require` list : `"lcharette/uf_userprofile": "^2.0.0"`. Also add `FormGenerator` and `UserProfile` to the `base` list. For example: