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
- Harness the power of [Laravel](https://laravel.com) and its available packages thanks to [Acorn](https://github.com/roots/acorn)
33
+
-Modern frontend development workflow powered by ~~[Bud](https://bud.js.org/)~~[Laravel Mix](https://laravel-mix.com/)
34
+
-Out of the box support for ~~[Tailwind CSS](https://tailwindcss.com/)~~[SASS](https://sass-lang.com/)
35
+
-Out of the box support for [log1x/sage-directives](https://github.com/log1x/sage-directives)
39
36
40
37
## Getting Started
41
38
@@ -45,21 +42,21 @@ This Laravel Mix adaptation of Sage 10 is for Bedrock installs. See the [Bedrock
45
42
46
43
1. Once Bedrock is installed, in the root directory, install [roots/acorn](https://github.com/roots/acorn) with `composer require roots/acorn`. Then add the following into the _scripts_ section of the _composer.json_
47
44
48
-
```json
49
-
"post-autoload-dump": [
50
-
"Roots\\Acorn\\ComposerScripts::postAutoloadDump"
51
-
]
52
-
```
45
+
```json
46
+
"post-autoload-dump": [
47
+
"Roots\\Acorn\\ComposerScripts::postAutoloadDump"
48
+
]
49
+
```
53
50
54
51
2. In the _themes_ directory either clone this repository or download the zip file and unzip it into the directory.
55
52
56
-
- If cloning, you can specify the sage theme directory name in the git command, otherwise it will be the same name as this repo. Example:
53
+
- If cloning, you can specify the sage theme directory name in the git command, otherwise it will be the same name as this repo. Example:
(Note: the theme name in WP will be _Sage 10 Theme_, unless it's changed in the style.css file.)
59
+
(Note: the theme name in WP will be _Sage 10 Theme_, unless it's changed in the style.css file.)
63
60
64
61
3. Do a `composer install` and a `npm install` in the new sage theme directory.
65
62
4. Activate the theme in wp-admin and start coding locally with Laravel Mix.
@@ -72,16 +69,16 @@ This Laravel Mix adaptation of Sage 10 is for Bedrock installs. See the [Bedrock
72
69
73
70
## Stay Connected
74
71
75
-
- Join us on Discord by [sponsoring us on GitHub](https://github.com/sponsors/roots)
76
-
- Participate on [Roots Discourse](https://discourse.roots.io/)
77
-
- Follow [@rootswp on Twitter](https://twitter.com/rootswp)
78
-
- Read the [Roots Blog](https://roots.io/blog/)
79
-
- Subscribe to the [Roots Newsletter](https://roots.io/newsletter/)
72
+
- Join us on Discord by [sponsoring us on GitHub](https://github.com/sponsors/roots)
73
+
- Participate on [Roots Discourse](https://discourse.roots.io/)
74
+
- Follow [@rootswp on Twitter](https://twitter.com/rootswp)
75
+
- Read the [Roots Blog](https://roots.io/blog/)
76
+
- Subscribe to the [Roots Newsletter](https://roots.io/newsletter/)
80
77
81
78
## Sponsors
82
79
83
80
Sage is an open source project and completely free to use. If you've benefited from our projects and would like to support our future endeavors, please consider [sponsoring Roots](https://github.com/sponsors/roots).
0 commit comments