Skip to content

Commit 6bd47d2

Browse files
Merge pull request #19 from creativetimofficial/master
Update README.md
2 parents 2034273 + 2e82549 commit 6bd47d2

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

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

3637
### By using the archive
3738

0 commit comments

Comments
 (0)