Support the ongoing development of Laravel.io →
Forms Packages Installation
Last updated 1 year ago.
0

Finally, I found the soultion myself. I had tout add this to my package service provider register function:

$this->app->register(\Collective\Html\HtmlServiceProvider::class);
$loader = \Illuminate\Foundation\AliasLoader::getInstance();
$loader->alias('Form', '\Collective\Html\FormFacade');

and to add "laravelcollective/html": " 5.2.*" in the laravel installation where I'm developping my package and install in. It works now.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

facilinfo facilinfo Joined 31 Dec 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.