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
Also, you will need to install Composer: https://getcomposer.org/doc/00-intro.md
45
-
And Laravel: https://laravel.com/docs/9.x/installation
45
+
And Laravel: https://laravel.com/docs/11.x/installation
46
46
47
47
48
48
## Installation
@@ -53,7 +53,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
53
53
54
54
1.`Cd` to your Laravel app
55
55
2. Type in your terminal: `composer require laravel/ui`
56
-
3. Install this preset via `composer require laravel-frontend-presets/material-dashboard`. No need to register the service provider. Laravel 9.x & up can auto detect the package.
56
+
3. Install this preset via `composer require laravel-frontend-presets/material-dashboard`. No need to register the service provider. Laravel 11.x & up can auto detect the package.
57
57
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`
58
58
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
0 commit comments