You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,7 +29,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
29
29
30
30
1.`Cd` to your Laravel app
31
31
2. Type in your terminal: `composer require laravel/ui` and `php artisan ui vue --auth`
32
-
3. 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. Install this preset via `composer require laravel-frontend-presets/argon`. No need to register the service provider. Laravel 8.x & up can auto detect the package.
33
33
4. 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`
34
34
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
0 commit comments