Most voted "portable" questions
10 questions
Sort by count of
-
3
votes1
answer1321
viewsCreating datetime field with Laravel Collective
I’m creating a field using the Laravel Collective however I am having problems with the field date, first I am not able to create the field DATATIME and another problem is that it is coming the…
-
3
votes1
answer994
viewsCall to Undefined method Illuminate Database Query Builder::lists()
I’m having a problem creating a list of types for my project, for some reason in others Controller worked perfectly but in this unfortunately not. I’m doing the method create of my Controller public…
-
1
votes1
answer423
viewsForm on Laravel 5.4?
I’m having a hard time trying to create a form on Laravel 5.4, at the time of loading View appears the following error: "Errorexception in helpers.php line 532: htmlspecialchars() expects Parameter…
-
1
votes1
answer600
viewsUse the Laravel diff in two Collections
I am trying to fetch items that are not in a particular product. I therefore have a model Produto, each product has several items, and another model Item. I’m trying to use Collections of Laravel,…
-
1
votes1
answer250
viewsHow do I mount a select with two fields using colletivehtml in 5.5?
Good afternoon. I use Laravel 5.5 and for forms I use laravelcollective. I mount a select this way: $locals = Local::get()->pluck('codigolocal', 'id'); and the result is a select with the value =…
-
1
votes1
answer48
viewsProblems with {!! Form::model()!! }
I have a form where I add it to the create.blade.php page and Edit.blade.php page more when I will specify the element does not appear the tag <form></form> More when I remove the…
-
0
votes0
answers119
viewsForm does not work with Standard
Speak next guys I have a problem sending form in this website I am unable to send from an error that I do not know what is follows part of my codes with the log error: Controller: <?php namespace…
-
0
votes1
answer180
viewsSelect Laravel Collective does not select value
I’m trying to recover the value set in the bank and it stay selected in the edit form. The value 2 is coming up to the form but I’m not getting it selected. {!! Form::label('cupUnic', 'Único?') !!}…
-
0
votes1
answer209
viewsForm problems using PHP with Laravel
Next staff I developed a website using laravel I am programming a form but it has no action I have already finalized it does not work when I click to send, it does not do anything only from reload…
-
0
votes1
answer30
views(2/2) Errorexception Method bsText does not exist
I’m using Laravel 5.4 Chatter Package Forum and Laravel Collective, and I noticed myself with this error ****(2/2) Errorexception Method bsText does not exist.**** I followed the following procedure…