Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit d89c385

Browse files
committed
Update README.md
1 parent 84ae492 commit d89c385

10 files changed

+21
-3
lines changed

README.md

+21-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ This package requires Laravel 7.0 or higher.
1010

1111
### a. Preset WITHOUT Authentication
1212

13-
1. Use `php artisan ui tailwindcss` for the basic Tailwind CSS preset
13+
1. Use `php artisan ui tailwindcss` for the basic Tailwind CSS preset, you can use dark mode too `php artisan ui tailwindcss:dark`
1414
2. `npm install && npm run dev`
1515
3. `php artisan serve` (or equivalent) to run server and test preset.
1616

1717
### b. Preset WITH Authentication
1818

19-
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`)
19+
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`)
2020
4. `npm install && npm run dev`
2121
5. Configure your favorite database (mysql, sqlite etc.)
2222
6. `php artisan migrate` to create basic user tables.
@@ -26,7 +26,9 @@ This package requires Laravel 7.0 or higher.
2626

2727
The default `tailwind.config.js` configuration file included by this package simply uses the config from the Tailwind vendor files. Should you wish to make changes, you should remove the file and run `node_modules/.bin/tailwind init`, which will generate a fresh configuration file for you, which you are free to change to suit your needs.
2828

29-
### Screenshots
29+
## Screenshots
30+
31+
### Light
3032

3133
![Dashboard](/screenshots/dashboard.png)
3234

@@ -41,3 +43,19 @@ The default `tailwind.config.js` configuration file included by this package sim
4143
![Verify](/screenshots/verify.png)
4244

4345
![Pagination](/screenshots/pagination.png)
46+
47+
## Dark
48+
49+
![Dashboard](/screenshots/dashboard-dark.png)
50+
51+
![Login](/screenshots/#-dark.png)
52+
53+
![Register](/screenshots/register-dark.png)
54+
55+
![Reset Password](/screenshots/reset-password-email-dark.png)
56+
57+
![Reset Password](/screenshots/reset-password-dark.png)
58+
59+
![Verify](/screenshots/verify-dark.png)
60+
61+
![Pagination](/screenshots/pagination-dark.png)

screenshots/dashboard-dark.png

14.2 KB
Loading

screenshots/dashboard.png

-5.43 KB
Loading

screenshots/#-dark.png

21.4 KB
Loading

screenshots/#.png

-454 Bytes
Loading

screenshots/pagination-dark.png

19.2 KB
Loading

screenshots/register-dark.png

22 KB
Loading

screenshots/reset-password-dark.png

23.1 KB
Loading
19.6 KB
Loading

screenshots/verify-dark.png

26.1 KB
Loading

0 commit comments

Comments
 (0)