Skip to content

Commit 6ebb9c6

Browse files
committed
correction on composer command
1 parent 4ecd0ab commit 6ebb9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
5151

5252
1. `Cd` to your Laravel app
5353
2. Type in your terminal: `composer require laravel/ui`
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.
54+
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.
5555
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`
5656
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
5757
5. In your terminal run `composer dump-autoload`

0 commit comments

Comments
 (0)