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

Commit bab0af6

Browse files
committed
Merge branch 'master' of github.com:tailwindcomponents/laravel-preset
2 parents e397350 + 6353429 commit bab0af6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ This package requires Laravel 7.0 or higher.
88
1. Fresh install Laravel and `cd` to your app.
99
2. Install `composer require tailwindcomponents/laravel-preset --dev`.
1010

11-
### a. For Presets without Authentication
11+
### a. Preset WITHOUT Authentication
1212

1313
1. Use `php artisan ui tailwindcss` for the basic Tailwind CSS preset
1414
2. `npm install && npm run dev`
1515
3. `php artisan serve` (or equivalent) to run server and test preset.
1616

17-
### b. For Presets with Authentication
17+
### b. Preset WITH Authentication
1818

1919
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`)
2020
4. `npm install && npm run dev`
@@ -40,4 +40,4 @@ The default `tailwind.config.js` configuration file included by this package sim
4040

4141
![Verify](/screenshots/verify.png)
4242

43-
![Pagination](/screenshots/pagination.png)
43+
![Pagination](/screenshots/pagination.png)

0 commit comments

Comments
 (0)