TiagoSilvaPereira / vemto-issues

Repository to track Vemto Issues
30 stars 0 forks source link

laravel-ui with Laravel 10 requires laravel-ui v4 instead of v3 #412

Closed ikkebra closed 1 year ago

ikkebra commented 1 year ago

I am trying to use laravel-ui as the UI Template with Laravel 10 and it is trying to install laravel-ui v3 ("laravel/ui": "^3.0") which causes an error due to php8.1. Version 4 of laravel-ui is available now that supports Laravel 10 and php 8.1+

` Problem 1

TiagoSilvaPereira commented 1 year ago

Hi @ikkebra thank you for reporting, I'll check this problem ASAP

ikkebra commented 1 year ago

Laravel UI version 4 drops support for Laravel 8 and PHP 7.3 & 7.4, so you would need to use version 3 when Laravel 8 is selected. Laravel 9+ requires php8.0+ so version 3 of Laravel UI would only be required for Laravel 8 projects.

TiagoSilvaPereira commented 1 year ago

Fixed on 1.3.2