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
You will also need to install Composer: https://getcomposer.org/doc/00-intro.md
16
+
7
17
## Note
8
18
9
19
We recommend installing this preset on a project that you are starting from scratch, otherwise your project's design might break.
@@ -14,7 +24,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
14
24
15
25
### Via composer
16
26
17
-
1.`Cd` to your Laravel app
27
+
1.`Cd` to your Laravel app
18
28
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.
19
29
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`
20
30
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
0 commit comments