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
Copy file name to clipboardExpand all lines: README.md
+12-4
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,20 @@ This Laravel package adds multi-theme support to your application. It also provi
11
11
12
12
## Features
13
13
- Any number of themes
14
-
- Fallback theme support (Wordpress style); It allows creating a child theme to extend any theme
15
-
- Provides a authentication scaffolding similar to `laravel/ui` & `laravel/breeze`
14
+
- Fallback theme support (WordPress style); It allows creating a child theme to extend any theme
15
+
- Provides authentication scaffolding similar to `laravel/ui` & `laravel/breeze`
16
16
- Exports all auth controllers, tests, and other files similar to `laravel/breeze`
17
17
- Provides frontend presets for `Bootstrap`, `Tailwind`, `Vue 2`, `Vue 3` and `React`
18
18
19
+
If you don't want to use auth scaffolding of this package, instead you want to
20
+
use Laravel Fortify, no problem with that. You can use Laravel Themer with
21
+
Fortify. Laravel Fortify only gives backend implementation authentication, it
22
+
does not provide views or frontend presets. So, use Fortify for backend auth and
23
+
Laravel Themer for views and presets.
24
+
25
+
## Tutorial
26
+
Here is the video for **[Laravel Themer Tutorial](https://www.youtube.com/watch?v=Ty4ZwFTLYXE)**.
27
+
19
28
## Installation and setup
20
29
21
30
You can install this package via composer using:
@@ -162,8 +171,7 @@ Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
162
171
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
163
172
164
173
## Credits
165
-
Authentication scaffolding stubs and presets are taken from [Laravel
166
-
UI](https://github.com/laravel/ui) and [Laravel Breeze](https://github.com/laravel/breeze).
174
+
Authentication scaffolding stubs and presets are taken from [laravel/ui](https://github.com/laravel/ui), [laravel/breeze](https://github.com/laravel/breeze), and [laravel-frontend-presets/tailwindcss](https://github.com/laravel-frontend-presets/tailwindcss).
0 commit comments