Skip to content

Commit 1ab749d

Browse files
update screenshots
1 parent 0101cd7 commit 1ab749d

File tree

8 files changed

+2
-4
lines changed

8 files changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ A Laravel front-end scaffolding preset for [Tailwind CSS](https://tailwindcss.co
1212
### For Presets without Authentication
1313

1414
1. Use `php artisan preset tailwindcss` for the basic Tailwind CSS preset
15-
2. `npm install && npm run dev && npm run dev` (this is required twice, due to the way that `laravel-mix-tailwind` installs the Tailwind CSS dependency)
15+
2. `npm install && npm run dev`
1616
3. `php artisan serve` (or equivalent) to run server and test preset.
1717

1818
### For Presets with Authentication
1919

2020
1. Use `php artisan preset 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`)
21-
4. `npm install && npm run dev && npm run dev` (this is required twice, due to the way that `laravel-mix-tailwind` installs the Tailwind CSS dependency)
21+
4. `npm install && npm run dev`
2222
5. Configure your favorite database (mysql, sqlite etc.)
2323
6. `php artisan migrate` to create basic user tables.
2424
7. `php artisan serve` (or equivalent) to run server and test preset.
@@ -35,8 +35,6 @@ The default `tailwind.config.js` configuration file included by this package sim
3535

3636
![Login](/screenshots/login.png)
3737

38-
![Send Password Reset](/screenshots/send-password-reset.png)
39-
4038
![Reset Password](/screenshots/reset-password.png)
4139

4240
![Dashboard](/screenshots/dashboard.png)

screenshots/dashboard.png

-71.8 KB
Loading

screenshots/login.png

-81.3 KB
Loading

screenshots/register.png

-85.2 KB
Loading

screenshots/reset-password.png

-84.4 KB
Loading

screenshots/send-password-reset.png

-108 KB
Binary file not shown.

screenshots/verify.png

-56 KB
Loading

screenshots/welcome.png

-70.4 KB
Loading

0 commit comments

Comments
 (0)