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
Copy file name to clipboardExpand all lines: readme.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,12 @@ After initializing a fresh instance of Laravel (and making all the necessary con
28
28
### Via composer
29
29
30
30
1.`Cd` to your Laravel app
31
-
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 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`
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.
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`
33
34
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
34
-
4. In your terminal run `composer dump-autoload`
35
-
5. Run `php artisan migrate --seed` to create basic users table
35
+
5. In your terminal run `composer dump-autoload`
36
+
6. Run `php artisan migrate --seed` to create basic users table
0 commit comments