Skip to content

Commit 2903a88

Browse files
Merge pull request #6 from laravel-frontend-presets/master
changelog
2 parents 2e82549 + 072385c commit 2903a88

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ After initializing a fresh instance of Laravel (and making all the necessary con
4242
4. Open `composer.json` file
4343
5. Add `"LaravelFrontendPresets\\NowUiPreset\\": "presets/NowUi/src"` to `autoload/psr-4` and to `autoload-dev/psr-4`
4444
6. Add `LaravelFrontendPresets\NowUiPreset\NowUiPresetServiceProvider::class` to `config/app.php` file
45-
7. In your terminal run `composer dump-autoload`
46-
8. Type in your terminal: `composer require laravel/ui` and `php artisan ui vue --auth`
45+
7. Type in your terminal: `composer require laravel/ui` and `php artisan ui vue --auth`
46+
8. In your terminal run `composer dump-autoload`
4747
9. 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`
4848
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
4949
10. Run `php artisan migrate --seed` to create basic users table

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ All notable changes to `Now Ui Dashboard` frontend preset for Laravel will be do
1313
## Version 1.0.1 - 2019-09-23
1414

1515
- Update to Laravel 6.x
16+
17+
## Version 1.0.2 - 2020-03-18
18+
19+
- Update to Laravel 7.x

0 commit comments

Comments
 (0)