Skip to content

Commit

Permalink
fix: require laravel/ui v1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
korwalskiy committed May 5, 2020
1 parent ba6d621 commit 31944de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases.md
Expand Up @@ -217,6 +217,6 @@ The frontend scaffolding typically provided with previous releases of Laravel ha

In order to restore the traditional Vue / Bootstrap scaffolding present in previous releases of Laravel, you may install the `laravel/ui` package and use the `ui` Artisan command to install the frontend scaffolding:

composer require laravel/ui --dev
composer require laravel/ui "^1.0" --dev

php artisan ui vue --auth

0 comments on commit 31944de

Please sign in to comment.