Skip to content

Commit

Permalink
correction on composer command
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-git07 committed Oct 9, 2022
1 parent 4ecd0ab commit 6ebb9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con

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

0 comments on commit 6ebb9c6

Please sign in to comment.