1

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

Thanks

Heartbeat
  • 134
  • 9
  • have you tried using the 5.3 version of it? and it failed for you? `composer require "laravelcollective/html":"^5.3.0"` ? don't forget to register the service provider. here is a referrence: [Docs](https://laravelcollective.com/docs/5.3/html) – AfikDeri Jan 25 '17 at 11:12
  • yes as per https://laravelcollective.com/docs/5.3/html url also try to make it 5.4 but did't working – Heartbeat Jan 25 '17 at 11:17

1 Answers1

0

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

Community
  • 1
  • 1
Gammer
  • 4,655
  • 13
  • 58
  • 100