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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
52
52
1.`Cd` to your Laravel app
53
53
2. Type in your terminal: `composer require laravel/ui`
54
54
3. Install this preset via `composer require laravel-frontend-presets/material`. No need to register the service provider. Laravel 9.x & up can auto detect the package.
55
-
4. Run `php artisan ui material` 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`
55
+
4. Run `php artisan ui material` command to install the Material 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`
56
56
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
57
57
5. In your terminal run `composer dump-autoload`
58
58
6. Run `php artisan migrate:fresh --seed` to create basic users table
0 commit comments