laravel-form-components icon indicating copy to clipboard operation
laravel-form-components copied to clipboard

Support Laravel 11?

Open joserick opened this issue 3 months ago • 1 comments

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 avatar Mar 30 '24 13:03 joserick

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"
        }
],

joserick avatar Mar 30 '24 13:03 joserick