Hi all, I'm builing a back-end and using Old Input to store inputs over 3 pages. Page 1: show the f...
Hi all I have two table in DB : companies and shop, both of them have name fields . And I want to a...
This is My code in route.php Route::group(array('domain' => '{subdomain}.'.Config::get('a...
Hi. I'm trying to add jquerymobile css and js files using {{ HTML::style( 'css/jquery.mobile-1.4.2.m...
Hi there, I have a view that shows a list of "things". Each "thing" has a checkb...
I have a form that allows a user to submit a small image and a large image. The edit form is where I...
Hi, I have a form with some validation rules and everything but the file validation works. The probl...
Hi I've got 2 tables. THe first one is the full listed option with (id, name). The second one is the...
Hi everyone, So I am creating an application that manages clients with the CRUD operations using Rou...
I have got the following array from my form. Now I want to store those data in a table. Array: Array...
I created a Forum which should upload an image. In my form i`ve {{ Form::file('image') }} This is a...
The getMethod function implementation does not accept all HTTP verbs except POST, GET? My use case i...
Hi there. i have a form that i want to accept multiple entries at once. for example, 10 object names...
Hi, I have a dropdown {{ Form::select('membership_id', $memberships, $customer['membership_id'],arra...
Hello Laravel-Fans! I have a tricky issue :-) In my Form, I do have 2 select boxes. I'd like the sec...
I'm not sure how I should do this, but I need the form data (a zip code or city) to be posted to my...
So I have this code and I was trying to make these labels and textboxes appear with a button click....
What's the best way to manage a nested resource that is also un-nested? The ideal for me is to use o...
Let's say we want to build this form: Team: Team Name: Team Country: Members: Member A name: Member...
Hi, I got the following exception, "Undefined variable: Industry_options" my view <?php...
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.