I'm new in laravel and i have some problems with installation of collective Laravel, Despite i folow the collectiveLaravel's instalation Tutorial correctely.
FatalErrorException in Facade.php line 217:
Call to undefined method Collective\Html\FormFacade::open()
In all version (5.1, 5.2, 5.3 ) that i installe, i have the same errore when calling form class in my sourcecode :
{!! Form::open(['url' => 'foo/bar']) !!}
some code
{!! Form::close() !!}
Tks for helping me.