laravel-frontend-presets / tall

A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel
MIT License
2.42k stars 203 forks source link

Updating to Laravel 9 and PHP 8.1 #102

Closed crazedVic closed 2 years ago

crazedVic commented 2 years ago

Problem 1

Commenting out: "laravel-frontend-presets/tall": "4.0.0"

Resolves the issue, as in composer updates fine, but then the app stops working, of course.

Solution: Update dependency to Illuminate/Support 9?

danharrin commented 2 years ago

This has been done now :)

crazedVic commented 2 years ago

Thanks!