Hello there, i am trying to replace the input in the controller before sending it back: Input::repla...
I want to use laravel to do real time stream video from a camera. I will be sending each frame of th...
I'm trying to create a section where if 1 or more checkboxes has been selected then when I click on...
Hi I have two pages, the first one is menu and the other one is content. In my menu view its just a...
Hello, I follow the learning laravel book. So I have this routes <?php /* |---------------------...
Hey, until now i've used the simple html form <input type="text" name="name"...
hello,i'm a laravel newbie, i have got a problem.when i use Input::get('abc'),i can not get the para...
Does anybody know a way of validating a .mobi upload? I've tried both "x-mobipocket-ebook"...
Hello everyone, 2 days ago I saw an alternative way to cool php in php files. The markup looks like...
Pulling my hair out over this one - Eloquent create only seems to be inserting certain columns Doing...
Hello, I am having some issues with a form I am trying to create. The form consists of collecting ge...
Hello there, so i got a button: <form method="GET" action="settings"> <...
Hi! Is it possible to automatically submit array from a php file to controller without having a sub...
I'm trying to save images with Dropzone.js in my Laravel 4 project. This is my code: $fileInput = In...
The problem is absolutely written in the Subject, the problem i'm runing into is that I'm uploading...
While i am working on my first laravel project i stumbled upon an interesting problem: When you are...
I want to be able to take in 3 inputs. A select for a month, a day, and a year. Then, when the form...
I want to be able to take in 3 inputs. A select for a month, a day, and a year. Then, when the form...
I have 3 tables: Topic: id Sub-Topic: id, topic_id Resources: id, subtopic_id Topic has 'hasMany' re...
I have three tables - users, spots, and tags When a user creates a spot (location), they also create...
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