I keep getting this error here $regionID = $destinationQuery[0]->RegionID; It is when u'm trying...
i have this code in my controller $data=Input::all(); $rules=array( 'first_name' => 'required...
I am trying to create a log in functionality for my application. I have a login view which post to a...
Hi, is there a laravel way of checking a file system to see if a .csv file exists? Thanks
logged in into account , when authentication successful routes to the assigned routes , now when...
Hi, I'm trying to get a a date that is 3 days from the selected date, but excluding weekends and hol...
Hello This is maybe a stupid question, but I'm just learning Laravel and can't find help on internet...
Hello guys! I am currently trying to get the validator work as I want. The docs tell me to do exactl...
Hi, I would like to know how I can prevent a double form submission on Laravel. This seems to be a p...
I have this code in UserFormLaravelValidator.php <?php namespace Authority\Service\Form\User; use...
Hello guys, I'm using crypto js to encode some parametters and in the application I made the same en...
I am studying the Resquests Laravel 5, i customize the messages of validations. follows the code ht...
Hi guys, I have a command with options defined this way : protected function getOptions() { return a...
I have a Registration Form, On Successful submission --- data's were inserted to the db and redirect...
How do I make sure each indivually image gets uploaded? Here's my issue, if I upload an image called...
Hi All, I've been reading Chris Fidao's excellent book on Implementing Laravel and unfortunately I'v...
Hi, I am new to laravel. I am using a simple validator which is working great. My question is, is th...
Hey, I'm starting out with Laravel and I can't decide on the best way to implement this dynamic form...
At http://laravel.com/docs/4.2/validation I can do validation like that $validator = Validator::make...
Hi Everyone, I'm having a problem with laravel 4 MIME types. Everytime I upload an image(it can be j...
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