Skip to content

Commit 61c253a

Browse files
authored
Update README.md
1 parent bcd4b39 commit 61c253a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A Laravel front-end scaffolding preset for [Tailwind CSS](https://tailwindcss.co
1515

1616
### b. For Presets with Authentication
1717

18-
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`)
18+
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`)
1919
4. `npm install && npm run dev`
2020
5. Configure your favorite database (mysql, sqlite etc.)
2121
6. `php artisan migrate` to create basic user tables.

0 commit comments

Comments
 (0)