Hi I am trying to include a {{ Form::text }} inside an inline javascript is this possible or I just...
I'm still trying to figure out where everything goes. So I have a customer page where we create/edit...
Hi! I want to do this validation, but it's not field specific, can I add a rule to the form? My form...
In Laravel doc, a validator can be defined as follows... $validator = Validator::make( array(...
How can work with Knockout.js and Laravel ('easier way' )?
Hi, is possible to return the input value instead of the :attribute in the error messages? Thanks
I'm trying to build a reservation system where if the email address already has reservations for tha...
Hi. How do I add select option data-icon tag ? Can't be, Blade Form::select array. FormBuilder Class...
Here is my User model. I would like to set two fields when the user registers for the first time. A...
Hi, I need some help with handling array validation from form data. I have a form which has fields n...
Hi all, what's the best way to implement a upload image with progress bar? thanks
Greetings to the increasingly large community Laravel. Today I had a problem. I was making a voting...
I have 3 select lists with countries, I want the user to change only one of the 3 lists, this works...
My form: {{ Form::open(array('url' => 'publicationvote', 'class' => 'vote_ajax')) }} <input...
i am testing a form. Upon success it must redirect to a route and upon failure it must return to th...
Laravel supports https URLs in various ways but I can't find anything that suggests you can create a...
I'm submitting a form to a landing page from an email and it needs to prepopulate. So I'm doing it l...
I need to query the database and send an email using the results from the database. I'm not entirely...
I have a index page with some athletes from my database. @foreach($sportler as $s) <tr>...
I'm trying to set the state of a field to 'error' when there is an error. To do this, I'm doing: {{...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community