Skip to content

Commit 3229af1

Browse files
Update Laravel 7.x
1 parent a491c19 commit 3229af1

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
@@ -29,7 +29,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
2929

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

0 commit comments

Comments
 (0)