I'm trying to save checkboxes. I should be able to select one or mutliple. This is the error I'm get...
Hello all, I'm using blade and I was wondering how Can I insert a propriety "READONLY" in...
Hello guys , Is that possible to use json_decode() in Laravel Request Validation ? I have a form in...
Hey, I'm trying to create custom messages for errors found in form input validation. The issue I'm h...
I don't do wordpress. If i want to build some basic forms or some view or available functionality...
Hi, I've got a 2 stage form using LaravelCollective forms and I use Session::reflash() in my control...
public function postCreate() { $validator = Validator::make(Input::all(), Product::$rules); if ($...
I have am trying to add a select box that is built from a database query to an existing form. The se...
http://chandraadmin.com/ Chandra admin template :- This backend admin template is the ultimate one...
I want to live check username availability and existing email using jquery remote method . can anyon...
Hi, I'm having problem to view data using db::select. Here is my full sql statement [Tested and retu...
I can register perfectly and it redirects with the cookie and tells me I'm logged in, but when I sig...
I have a form with 4 fields. But according to requirements. If 'Message' field is set, then user can...
I am new to laravel as well as jQuery . In my sample application i have a form and outside this form...
View $user1 = User::find( Auth::user()->id ); print Form::model($user1, array('route' => 'user...
Hi, I'm a new developer in Laravel. I made a Portfolio Management system in Personal Banking for our...
Hi, I have a site where the students can visit and check the site/login to view marks/individual inv...
Greetings Everyone, I've been following a tutorial on youtube for a dependant dropdown. when i follo...
I know this question has been asked many times and I've tried everyone of them to fix my issue: I us...
I have these tables categories id name sectors id name applications id category_id sector_id name...
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