Just setup Collective how it is supposed to be setup. Follow the install instructions. There is no extending classes or creating your own providers for this.
Then you can add your macros to any service provider for your application.
public function boot()
{
\Form::macro('textField', function ( ... ) {
..
});
}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community