Skip to content

Commit 6d80554

Browse files
committed
Merge branch 'hotfix/1.0.3'
2 parents 0b3850d + ba99f78 commit 6d80554

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ After initializing a fresh instance of Laravel (and making all the necessary con
1818
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.
1919
3. Run `php artisan preset 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`
2020
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
21-
4. Run `php artisan migrate --seed` to create basic users table
21+
4. In your terminal run `composer dump-autoload`
22+
5. Run `php artisan migrate --seed` to create basic users table
2223

2324
### By using the archive
2425

0 commit comments

Comments
 (0)