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
+111-5
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,118 @@ 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; It allows creating a child theme to extend any theme
15
-
- Provides a simple authentication scaffolding similar to laravel/ui & laravel/breeze package
16
-
- Provides frontend presets for bootstrap, tailwind, vue, and react
14
+
- Fallback theme support (Wordpress style); It allows creating a child theme to extend any theme
15
+
- Provides a simple authentication scaffolding similar to `laravel/ui` & `laravel/breeze` package
16
+
- Provides frontend presets for `bootstrap`, `tailwind`, `vue`, and `react`
17
17
18
-
## Documentation
19
-
To install, configure and learn how to use Laravel Themer package please go to the [Documentation](https://qirolab.com/posts/laravel-themer-multi-theme-support-for-laravel-application-1609688215).
Now, to compile a particular theme run the following command:
114
+
115
+
```bash
116
+
npm run dev --theme=theme-name
117
+
118
+
# or
119
+
120
+
npm run watch --theme=theme-name
121
+
122
+
# or
123
+
124
+
npm run production --theme=theme-name
125
+
```
20
126
21
127
## Support us
22
128
We invest a lot of resources into video tutorials and creating open-source packages. If you like what I do or if you ever made use of something I built or from my videos, consider supporting us. This will allow us to focus even more time on the tutorials and open-source projects we're working on.
0 commit comments