userfrosting/extend-user

An example Sprinkle for extending the User model and table with additional fields or relationships.

Installs: 347

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 4

Forks: 4

Open Issues: 0

Type:userfrosting-sprinkle

5.0.0 2024-04-27 00:13 UTC

This package is auto-updated.

Last update: 2024-04-28 23:02:52 UTC


README

Version PHP Version License Build Codecov StyleCI PHPStan Join the chat Donate Donate

Example sprinkle for extending the User class to contain additional fields. See the learn documentation for more information.

Installation

This sprinkle/example can be installed like any UserFrosting application or skeleton. See the installation guide for the required config and more info on the installation steps.

Quick start

git clone https://github.com/userfrosting/extend-user.git
cd extend-user
composer install
php bakery bake
php bakery serve

You can now access UserFrosting at : http://localhost:8080

Docker

To run inside docker :

git clone https://github.com/userfrosting/extend-user.git
cd extend-user
docker-compose build --no-cache
docker-compose up -d
docker-compose exec app composer install
docker-compose exec app php bakery bake

You can now access UserFrosting at : http://localhost:8080

Documentation

Contributing

This project exists thanks to all the people who contribute. If you're interested in contributing to the UserFrosting codebase, please see our contributing guidelines as well as our style guidelines.