You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ If you don't already have an Apache local environment with PHP and MySQL, use on
18
18
19
19
Also, you will need to install Composer: https://getcomposer.org/doc/00-intro.md
20
20
21
-
And Laravel: https://laravel.com/docs/6.x/installation
21
+
And Laravel: https://laravel.com/docs/7.x/installation
22
22
23
23
## Installation
24
24
@@ -42,7 +42,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
42
42
5. Add `"LaravelFrontendPresets\\NowUiPreset\\": "presets/NowUi/src"` to `autoload/psr-4` and to `autoload-dev/psr-4`
43
43
6. Add `LaravelFrontendPresets\NowUiPreset\NowUiPresetServiceProvider::class` to `config/app.php` file
44
44
7. In your terminal run `composer dump-autoload`
45
-
8.TYpe in your terminal: `composer require laravel/ui` and `php artisan ui vue --auth`
45
+
8.Type in your terminal: `composer require laravel/ui` and `php artisan ui vue --auth`
46
46
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`
47
47
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
48
48
10. Run `php artisan migrate --seed` to create basic users table
0 commit comments