Support the ongoing development of Laravel.io →

1,384 Threads

Update/replace value with new values inputted in laravel 4.2

We know laravel has an update() method that update records through "put" http method. Ever...

0 Likes
3 Replies

why the result (!=0) when i minus (-) of the same value?

I have example: Route::get( 'cal', function () { $var = 150.55; $amount1 = 1...

0 Likes
3 Replies

Update category

Hi all. I am pretty close to a solution but am stuck. I have a category page where the category is c...

0 Likes
5 Replies

select box auto suggest using selectize.js in laravel 4

need a code for populating 3 select boxes(country,state,city) based on selection on previous select...

0 Likes
0 Replies
posted 9 years ago

Issue with Laravel Form Builder

Hello, I want locale Form::selectMonth. I changed locale from config but it isn't change Form::selec...

0 Likes
0 Replies

Multiple select dropdown box

Hi I am new to Laravel, How to create a multiple select drop-down list. Can any one please help me !...

0 Likes
0 Replies
posted 9 years ago

Need help~ How it works!

The example code is {{ Form::open(array('class' => 'form-signin', 'role' => 'form')) }}...

0 Likes
6 Replies
Solved

[SOLVED] ->withErrors() not working

SOLVED Accidentally had Laravel version 4.1.30 installed, installing 4.2.1 and copying Controllers,...

0 Likes
0 Replies

Custom Validation Method

I am new to Laravel coming from another framework and needing some help creating a custom validation...

0 Likes
1 Replies

Add default value to checkbox array (php)

So the point is that the user needs to select a (few) month(s) by clicking the checkbox. Then when t...

0 Likes
3 Replies
Solved

How to check if a specifc error is present in blade view?

I want to do something similar to this: <div class="{{ $errors->first('identifier') or 'h...

0 Likes
2 Replies

Get data from multiple input fields who are in a for loop

Ok the problem i have is the following one: (apoligize in advance for bad english xD) Im creating a...

0 Likes
4 Replies
Solved

Autocomplete not showing results

I'm try to add autocomplete to a form and it's not showing the results plus it's saying that 2 rows...

0 Likes
5 Replies
posted 9 years ago

Missing 0-index for selectMonth() and selectYear() form helpers

Hi Guys, Just a little heads for those who may have experienced this issue: I usually add a default...

0 Likes
0 Replies

Dynamic form fields validation

How can I validate dynamically created form fields. My form structure is {{ form::text('works[0][&qu...

0 Likes
0 Replies

File upload (Image)

<?php // Path to uploads /* Directory structure |--------------------------------------------...

0 Likes
0 Replies

Redirect::to, back, route all leading to wrong URL?

Hi! After doing validation and creating a user, I want to redirect to the index page of my site. Her...

0 Likes
9 Replies
Solved

Can't use own route on view

Hi, I've just created this function on my users controller: public function signin() { if (Auth::at...

0 Likes
2 Replies
Solved

Ardent 2 Models in Controller Method Validation Errors

Hi Guys, Stuck with a validation problem in Laravel. I don't think it's specific to Ardent, but that...

0 Likes
0 Replies

Validation and Session Variables - Browser Refresh does not reset form

I am trying to understand why posted values persist in a session, even after a browser refresh. I wo...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.