Skip to content

Commit 4bc99ad

Browse files
Merge pull request #27 from creativetimofficial/master
Update readme.md
2 parents fac8662 + f16da09 commit 4bc99ad

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
@@ -28,11 +28,12 @@ After initializing a fresh instance of Laravel (and making all the necessary con
2828
### Via composer
2929

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

3738
### By using the archive
3839

0 commit comments

Comments
 (0)