userfrosting / recipe-custom-login

Completed example of the Customizing the login page Recipe

Home Page:https://learn.userfrosting.com/recipes/custom-login-page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customizing the login page (UserFrosting 5)

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

Example sprinkle for customizing the login page. 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/recipe-custom-login.git
cd recipe-custom-login
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/recipe-custom-login.git
cd recipe-custom-login
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.

About

Completed example of the Customizing the login page Recipe

https://learn.userfrosting.com/recipes/custom-login-page

License:Other


Languages

Language:Twig 48.2%Language:PHP 42.7%Language:JavaScript 6.2%Language:Dockerfile 2.7%Language:CSS 0.2%