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
{{ message }}
This repository was archived by the owner on Dec 11, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-22Lines changed: 2 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,13 @@ This package requires Laravel 7.0 or higher.
18
18
19
19
### a. Preset WITHOUT Authentication
20
20
21
-
1. Use `php artisan ui tailwindcss` for the basic Tailwind CSS preset, you can use dark mode too `php artisan ui tailwindcss:dark`
21
+
1. Use `php artisan ui tailwindcss` for the basic Tailwind CSS preset.
22
22
2.`npm install && npm run dev`
23
23
3.`php artisan serve` (or equivalent) to run server and test preset.
24
24
25
25
### b. Preset WITH Authentication
26
26
27
-
1. Use `php artisan ui tailwindcss --auth` for the basic preset, for the dark mode `php artisan ui tailwindcss:dark --auth`, auth route entry, and Tailwind CSS auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in `routes/web.php`)
27
+
1. Use `php artisan ui tailwindcss --auth` for the basic preset, auth route entry, and Tailwind CSS auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in `routes/web.php`)
28
28
4.`npm install && npm run dev`
29
29
5. Configure your favorite database (mysql, sqlite etc.)
30
30
6.`php artisan migrate` to create basic user tables.
@@ -36,8 +36,6 @@ The default `tailwind.config.js` configuration file included by this package sim
36
36
37
37
## Screenshots
38
38
39
-
### Light
40
-
41
39

42
40
43
41

@@ -53,21 +51,3 @@ The default `tailwind.config.js` configuration file included by this package sim
0 commit comments