Skip to content

Commit 2eaa9ef

Browse files
Update README.md
1 parent 521405b commit 2eaa9ef

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
@@ -42,7 +42,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
4242
5. Add `"LaravelFrontendPresets\\NowUiPreset\\": "presets/NowUi/src"` to `autoload/psr-4` and to `autoload-dev/psr-4`
4343
6. Add `LaravelFrontendPresets\NowUiPreset\NowUiPresetServiceProvider::class` to `config/app.php` file
4444
7. In your terminal run `composer dump-autoload`
45-
8. TYpe in your terminal: `composer require laravel/ui` and `php artisan ui vue --auth`
45+
8. Type in your terminal: `composer require laravel/ui` and `php artisan ui vue --auth`
4646
9. Run `php artisan ui nowui` command to install the NowUI preset. This will install all the necessary assets and also the custom auth views, it will also add the auth route in `routes/web.php`
4747
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
4848
10. Run `php artisan migrate --seed` to create basic users table

0 commit comments

Comments
 (0)