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 know there are a bunch of other questions floating around out there with the same error, such as: Class …
php laravel amazon-web-services laravel-5 laravelcollectiveI have a Seller object which has a related User. I need to fill a select from LaravelCollective so I …
php laravel laravelcollective laravel-collectionI'm trying to retrieve data from database and bind them to a html select tag, and to bind them i …
laravel distinct laravelcollective pluckI was using Laravelcollective/html v5.3.0 with laravel 5.3. Now i am using laravel 5.4. I have forms which are using Laravelcollective/…
php forms laravel laravelcollectiveI am new to laravel and I am trying to install laravelcollective. I am just following to documentation here and …
php laravel laravel-5 composer-php laravelcollectiveI'm trying to add a trash icon to submit button and I tried this : {!! Form::submit('', ['class' => 'btn …
html css laravel laravel-5 laravelcollectiveI'm trying to render a text input field in my view file. I keep getting this error: "Class 'form' not …
php laravel-5.5 laravelcollectiveI'm trying to implement checkbox and laravel collective in my form but I get only single value in form, any …
laravel checkbox laravel-5 forms laravelcollectiveI have the following: {!! Form::model($houses, ['method' => 'PATCH','route' => ['houses.update', $houses->id]]) !!} and {!! Form::open(…
forms laravel-5 laravel-5.5 laravelcollective laravel-formIs there a way to set Laravel Collective date picker format to yyyy-mm-dd? I am using now: {{ Form::date('deadline', …
laravel date laravel-5.4 laravelcollective