rawilk / laravel-form-components

Form components built for Tailwind & Livewire.
https://randallwilk.dev/docs/laravel-form-components
MIT License
378 stars 41 forks source link

Support Laravel 11? #175

Open joserick opened 3 months ago

joserick commented 3 months ago

Feature Description

When will support for Laravel 11 come out approximately?

Is this feature valuable for other users as well and why?

No response

joserick commented 3 months ago

Temporary solution:

I discovered that our friend @animena created a fork for this problem, I leave you the solution.

"require": {
        "animena/laravel-form-components": "dev-main",
}
"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/animena/laravel-form-components.git"
        }
],