You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Since 6.0, this is a read-only subtree split of the [UserFrosting Monorepo](https://github.com/userfrosting/monorepo). To contribute, all Pull Requests should be sent against the monorepo. Please see the [contributing guidelines](https://github.com/userfrosting/.github/blob/main/.github/CONTRIBUTING.md) for more information.
23
+
24
+
## Installation in your UserFrosting project
25
+
To use this sprinkle in your UserFrosting project, follow theses instructions (*N.B.: This sprinkle is enabled by default when using the base app template*).
If you simply want to show that you like this project, or want to remember it for later, you should **star**, not **fork**, this repository. Forking is only for when you are ready to create your own copy of the code to work on.
37
+
> [!NOTE]
38
+
> If you simply want to show that you like this project, or want to remember it for later, you should **star**, not **fork**, this repository. Forking is only for when you are ready to create your own copy of the code to work on.
19
39
20
40
## By [Alex Weissman](https://alexanderweissman.com) and [Louis Charette](https://bbqsoftwares.com)
21
41
22
-
Copyright (c) 2013-2024, free to use in personal and commercial software as per the [license](LICENSE.md).
42
+
Copyright (c) 2013-2026, free to use in personal and commercial software as per the [MIT license](LICENSE.md).
23
43
24
-
UserFrosting is a secure, modern user management system written in PHP and built on top of the [Slim Microframework](http://www.slimframework.com/), [Twig](http://twig.sensiolabs.org/) templating engine, and [Eloquent](https://laravel.com/docs/10.x/eloquent#introduction) ORM.
44
+
UserFrosting is a secure, modern user management system written in PHP and built on top of the [Slim Microframework](http://www.slimframework.com/), [Twig](http://twig.sensiolabs.org/) templating engine, [Eloquent](https://laravel.com/docs/10.x/eloquent#introduction) ORM, [Vite](https://vitejs.dev/), [Vue](https://vuejs.org/), and [UiKit](https://getuikit.com/).
And much more! For a full list of features, please see the [features page](https://www.userfrosting.com/features).
38
58
39
59
## Installation
40
60
41
-
Please see our [installation guide](https://learn.userfrosting.com/installation).
61
+
Please see our [installation guide](https://learn6.userfrosting.com/installation).
42
62
43
63
## Troubleshooting
44
64
45
65
If you are having trouble installing UserFrosting, please [join us in chat](https://chat.userfrosting.com).
46
66
47
-
If you are generally confused about the structure and layout of the code, or it doesn't look like the kind of PHP code that you're used to, please [start from the beginning](https://learn.userfrosting.com/background).
67
+
If you are generally confused about the structure and layout of the code, or it doesn't look like the kind of PHP code that you're used to, please [start from the beginning](https://learn6.userfrosting.com/background).
48
68
49
69
## Mission Objectives
50
70
@@ -61,8 +81,6 @@ UserFrosting seeks to balance modern programming principles, like DRY and MVC, w
> Since 6.0, this is a read-only subtree split of the [UserFrosting Monorepo](https://github.com/userfrosting/monorepo). To contribute, all Pull Requests should be sent against the monorepo. Please see the [contributing guidelines](https://github.com/userfrosting/.github/blob/main/.github/CONTRIBUTING.md) for more information.
13
26
14
27
## By [Alex Weissman](https://alexanderweissman.com) and [Louis Charette](https://bbqsoftwares.com)
15
28
16
-
Copyright (c) 2013-2024, free to use in personal and commercial software as per the [license](LICENSE.md).
29
+
Copyright (c) 2013-2026, free to use in personal and commercial software as per the [MIT license](LICENSE.md).
17
30
18
-
UserFrosting is a secure, modern user management system written in PHP and built on top of the [Slim Microframework](http://www.slimframework.com/), [Twig](http://twig.sensiolabs.org/) templating engine, and [Eloquent](https://laravel.com/docs/10.x/eloquent#introduction) ORM.
31
+
UserFrosting is a secure, modern user management system written in PHP and built on top of the [Slim Microframework](http://www.slimframework.com/), [Twig](http://twig.sensiolabs.org/) templating engine, [Eloquent](https://laravel.com/docs/10.x/eloquent#introduction) ORM, [Vite](https://vitejs.dev/), [Vue](https://vuejs.org/), and [UiKit](https://getuikit.com/).
19
32
20
33
This **Account sprinkle** handles user modeling and authentication, user groups, roles, and access control. It contains the routes, templates, and controllers needed to implement pages for registration, password reset, login, and more.
21
34
22
-
## Installation
35
+
## Installation in your UserFrosting project
36
+
To use this sprinkle in your UserFrosting project, follow theses instructions (*N.B.: This sprinkle is enabled by default when using the base app template*).
37
+
23
38
1. Require in your [UserFrosting](https://github.com/userfrosting/UserFrosting) project :
> Since 6.0, this is a read-only subtree split of the [UserFrosting Monorepo](https://github.com/userfrosting/monorepo). To contribute, all Pull Requests should be sent against the monorepo. Please see the [contributing guidelines](https://github.com/userfrosting/.github/blob/main/.github/CONTRIBUTING.md) for more information.
14
26
15
27
## By [Alex Weissman](https://alexanderweissman.com) and [Louis Charette](https://bbqsoftwares.com)
16
28
17
-
Copyright (c) 2013-2024, free to use in personal and commercial software as per the [license](LICENSE.md).
29
+
Copyright (c) 2013-2026, free to use in personal and commercial software as per the [MIT license](LICENSE.md).
18
30
19
-
UserFrosting is a secure, modern user management system written in PHP and built on top of the [Slim Microframework](http://www.slimframework.com/), [Twig](http://twig.sensiolabs.org/) templating engine, and [Eloquent](https://laravel.com/docs/5.8/eloquent#introduction) ORM.
31
+
UserFrosting is a secure, modern user management system written in PHP and built on top of the [Slim Microframework](http://www.slimframework.com/), [Twig](http://twig.sensiolabs.org/) templating engine, [Eloquent](https://laravel.com/docs/10.x/eloquent#introduction) ORM, [Vite](https://vitejs.dev/), [Vue](https://vuejs.org/), and [UiKit](https://getuikit.com/).
20
32
21
33
This **Admin sprinkle** contains the routes and controllers to implement the administrative user management interface, as well as the group, role, and permission management interfaces.
22
34
23
-
## Installation
35
+
## Installation in your UserFrosting project
36
+
To use this sprinkle in your UserFrosting project, follow theses instructions (*N.B.: This sprinkle is enabled by default when using the base app template*).
37
+
24
38
1. Require in your [UserFrosting](https://github.com/userfrosting/UserFrosting) project :
0 commit comments