Search code examples
laravel-5.3

Laravel: form, html FormFacade class not working in 5.4


Is there any way to install FormFacade class for 5.4. I 've tried via composer.json as well as vie command prompt.

Thanks


Solution

  • Laravelcollective/html v5.3.0 requires Laravel 5.3 and not yet supports Laravel 5.4

    Version v5.4 of laravelcollective is under open issue on Github

    For dev purpose check this question out