Skip to content

Commit ec657ef

Browse files
Update README.md
1 parent fc83df1 commit ec657ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
2828

2929
1. `Cd` to your Laravel app
3030
2. Install this preset via `composer require laravel-frontend-presets/now-ui-dashboard`. No need to register the service provider. Laravel 5.5 & up can auto detect the package.
31-
3. Run `php artisan preset nowui` command to install the Argon 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`
31+
3. Run `php artisan preset 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`
3232
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
3333
4. In your terminal run `composer dump-autoload`
3434
5. Run `php artisan migrate --seed` to create basic users table
@@ -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. Run `php artisan preset nowui` command to install the Argon 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`
45+
8. Run `php artisan preset 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`
4646
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
4747
9. Run `php artisan migrate --seed` to create basic users table
4848

0 commit comments

Comments
 (0)