I am creating an area where users can update the navigation menu which I am storing in the database....
I wrote a simple form as shown: <!doctype html> <html> <head> <meta charset='ut...
i have this code in my controller $data=Input::all(); $rules=array( 'first_name' => 'required...
Hi, i need to get the real date. For example i put this code on my laravel app: echo date("d-m-...
Hello, i want to pass an array of all users that have in the field: number='1' My controller: publi...
I want to move some controllers into a package, but I also want to be able to test them. I've been a...
Hello, I'm a relative Laravel newbie and trying to construct an API-centric web app that will consum...
Hello This is maybe a stupid question, but I'm just learning Laravel and can't find help on internet...
Hi, Im my app i have a function that i want to run on all user inputs before proceeding. Suppose it'...
It's 3 days now that I'm struggling with routes in Laravel. Some of them I have made to work, others...
I'm working on a "change email" function where users can change their registered email adr...
Hello guys! I am currently trying to get the validator work as I want. The docs tell me to do exactl...
http://help.laravel.io/ef418edd30096ee5fc7975d68ebfb26dc1ff06a8 Laravel 4.2.8 When logging in via fa...
hello, How to make id use String+Number automatically ? example: i want to make id like KM + Number,...
I don't quite undestand the explanations on laravel doc's http://laravel.com/docs/4.2/eloquent betwe...
quyle92 liked this thread
I have a ( search form in all pages in my project ), i can't specify just one route for it. i'll be...
Hi guys, I have a command with options defined this way : protected function getOptions() { return a...
Hi. I'm having an issue when passign a variable from a Modal toa web page. The variable it's not sho...
I get this error and i've been stuck trying to find out what i am missing to fix it. Here is part of...
How can i set the storage_path() to be in Amazon S3 completely? I can't write to the filesystem at a...
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