We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84746e1 commit 570af8aCopy full SHA for 570af8a
README.md
@@ -4,22 +4,22 @@ A Laravel front-end scaffolding preset for [Tailwind CSS](https://tailwindcss.co
4
5
### Installing
6
```bash
7
-$ npm install
+composer require dyrynda/laravel-preset-tailwind
8
```
9
10
### Setting up the new preset
11
12
-$ php artisan preset tailwind
+php artisan preset tailwind
13
14
15
### Auth scaffolding
16
17
-$ php artisan preset tailwind-auth
+php artisan preset tailwind-auth
18
19
20
### Compiling assets
21
22
-$ npm run dev
+npm install && npm run dev
23
24
25
Enjoy!
0 commit comments