Remove support to configure the version of Vue in starter.ini #113
Labels
passed-dev-qa
Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main
task
tasks not related to bugs or enhancements
This system uses
laravel/ui
to install a Vue frontend.There are other methods of installing Vue that this system could use but they are currently out of scope.
laravel/ui
limits the version of Vue to be:2.6.12
for Laravel 6.*2.6.12
for Laravel 7.*2.6.12
for Laravel 8.*Because of this, support for configuring the version of Vue in
starter.ini
has been removed.If someone wants to install a Vue version higher than what
laravel/ui
supports then they can install it themselves manually.The text was updated successfully, but these errors were encountered: