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 collective form, how to upload multiple images?

I wan't to change my form to enable more than one image to be uploaded at a time, this is …

php mysql laravel laravelcollective
How can I include html within a form label using Laravel Collective?

Reading through this SO thread I have read that I can create a new macro to create custom form inputs. …

laravel-5.2 laravelcollective
Laravel | Checkbox state on edit page

I 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 laravelcollective
How to set custom data-attribute to option with Laravel Collective

I 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 laravelcollective
Switching from Illuminate\Html to Collective\Html, Class 'Illuminate\Html\HtmlServiceProvider' not found

I 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 laravelcollective
select option in html change to laravel collective form with for loop

how 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