Skip to content

Commit 62c18d8

Browse files
Merge pull request #16 from creativetimofficial/master
Update readme.md
2 parents 922e7c9 + caded5c commit 62c18d8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ After initializing a fresh instance of Laravel (and making all the necessary con
3030
### Via composer
3131

3232
1. `Cd` to your Laravel app
33-
2. Install this preset via `composer require laravel-frontend-presets/material-dashboard`. No need to register the service provider. Laravel 5.5 & up can auto detect the package.
34-
3. 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`
33+
2. Type in your terminal: `composer require laravel/ui` and `php artisan ui vue --auth`
34+
3. Install this preset via `composer require laravel-frontend-presets/material-dashboard`. No need to register the service provider. Laravel 5.5 & up can auto detect the package.
35+
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`
3536
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
36-
4. In your terminal run `composer dump-autoload`
37-
5. Run `php artisan migrate --seed` to create basic users table
37+
5. In your terminal run `composer dump-autoload`
38+
6. Run `php artisan migrate --seed` to create basic users table
3839

3940
### By using the archive
4041

0 commit comments

Comments
 (0)