Top "Laravelcollective" questions

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.

Laravel 5 Class 'Collective\Html\HtmlServiceProvider' not found on AWS

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 laravelcollective
Laravel pluck fields from relations

I have a Seller object which has a related User. I need to fill a select from LaravelCollective so I …

php laravel laravelcollective laravel-collection
Distinct values with pluck

I'm trying to retrieve data from database and bind them to a html select tag, and to bind them i …

laravel distinct laravelcollective pluck
laravel 5.4 : Laravelcollective/html v5.3.0 requires illuminate/view 5.3.*

I 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 laravelcollective
UnexpectedValueException Could not parse version constraint when trying to instal laravelcollective

I 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 laravelcollective
Add icon to Laravelcollective submit button

I'm trying to add a trash icon to submit button and I tried this : {!! Form::submit('', ['class' => 'btn …

html css laravel laravel-5 laravelcollective
Class ' Form' not found in view-file.blade.php

I'm trying to render a text input field in my view file. I keep getting this error: "Class 'form' not …

php laravel-5.5 laravelcollective
laravel collective checkbox form

I'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 laravelcollective
Laravel 5.5 add form id

I have the following: {!! Form::model($houses, ['method' => 'PATCH','route' => ['houses.update', $houses->id]]) !!} and {!! Form::open(…

forms laravel-5 laravel-5.5 laravelcollective laravel-form
Laravel Collective date format

Is 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