项目作者: userfrosting

项目描述 :
Example sprinkle for extending the User class to contain additional fields
高级语言: PHP
项目地址: git://github.com/userfrosting/extend-user.git
创建时间: 2017-02-11T08:19:35Z
项目社区:https://github.com/userfrosting/extend-user

开源协议:

下载


User Extension Sprinkle (UserFrosting 5)

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

  1. git clone https://github.com/userfrosting/extend-user.git
  2. cd extend-user
  3. composer install
  4. php bakery bake
  5. php bakery serve

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

Docker

To run inside docker :

  1. git clone https://github.com/userfrosting/extend-user.git
  2. cd extend-user
  3. docker-compose build --no-cache
  4. docker-compose up -d
  5. docker-compose exec app composer install
  6. 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.