Use for questions about use of or contribution to the LaravelCollective; a collection of Laravel components such as Annotations, Html, Form, SSH, that have been removed from the core Laravel framework.
I am beginner in laravel 5.3 and i have added href link to my html form it's get an error like …
php laravel laravel-5 laravel-5.3 laravelcollectiveI wan't to change my form to enable more than one image to be uploaded at a time, this is …
php mysql laravel laravelcollectiveReading through this SO thread I have read that I can create a new macro to create custom form inputs. …
laravel-5.2 laravelcollectiveI have a create page for a new Case in Laravel 5, where I can link services to the case. The …
php laravel checkbox laravel-5.2 laravelcollectiveI have a form, inside I have a select with some options and I'm using Laravel Collective Forms to build …
php laravel laravel-5.2 laravelcollectiveI updated composer.json to remove illuminate\html and add: "require": { "laravelcollective/html": "5.1.*" I removed the providers/aliases from app.…
laravel laravel-5 laravel-5.1 laravelcollectivehow can i change my html form to laravel collective form <select style="width:50%;margin-top: 10px;" name="idw"> &…
php laravel laravel-5 controller laravelcollective