https://github.com/userfrosting/recipe-custom-login
Completed example of the Customizing the login page Recipe
https://github.com/userfrosting/recipe-custom-login
Last synced: 4 months ago
JSON representation
Completed example of the Customizing the login page Recipe
- Host: GitHub
- URL: https://github.com/userfrosting/recipe-custom-login
- Owner: userfrosting
- License: other
- Created: 2024-04-28T22:55:45.000Z (about 2 years ago)
- Default Branch: 5.0
- Last Pushed: 2024-04-28T23:25:16.000Z (about 2 years ago)
- Last Synced: 2025-01-06T03:43:51.231Z (over 1 year ago)
- Language: Twig
- Homepage: https://learn.userfrosting.com/recipes/custom-login-page
- Size: 351 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Customizing the login page (UserFrosting 5)
[](https://github.com/userfrosting/recipe-custom-login/releases)

[](LICENSE.md)
[](https://github.com/userfrosting/recipe-custom-login/actions)
[](https://app.codecov.io/gh/userfrosting/recipe-custom-login/branch/5.0)
[](https://github.styleci.io/repos/793283029)
[](https://github.com/userfrosting/recipe-custom-login/actions/workflows/PHPStan.yml)
[](https://chat.userfrosting.com)
[](https://opencollective.com/userfrosting#backer)
[](https://ko-fi.com/lcharette)
Example sprinkle for customizing the login page. [See the learn documentation for more information](https://learn.userfrosting.com/recipes/custom-login-page).
# Installation
This sprinkle/example can be installed like any UserFrosting application or skeleton. See the [installation guide](https://learn.userfrosting.com/installation) for the required config and more info on the installation steps.
## Quick start
```bash
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 :
```bash
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
- [Changelog](CHANGELOG.md)
- [Issues](https://github.com/userfrosting/UserFrosting/issues)
- [License](LICENSE.md)
- [Style Guide](https://github.com/userfrosting/.github/blob/main/.github/STYLE-GUIDE.md)
## 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](https://github.com/userfrosting/.github/blob/main/.github/CONTRIBUTING.md) as well as our [style guidelines](https://github.com/userfrosting/.github/blob/main/.github/STYLE-GUIDE.md).
[](https://github.com/userfrosting/sprinkle-core/graphs/contributors)