Closed ikkebra closed 1 year ago
Hi @ikkebra thank you for reporting, I'll check this problem ASAP
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.
Fixed on 1.3.2
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