I have this on my routes.php Route::any('admin/productos/showbynombre', 'Admin_ProductosController@s...
Hi all, I created a year ago a Laravel 3 application. Now I am rewriting my application to Laravel 4...
I want to use Ember.js for my site, and don't need to open up the api at this point. But I do want...
Hey everyone, I am putting together an event app for an internal event for my company. We are lookin...
Hello. I have tried to encrypt a project with ion cube but i got only errors. ANy ideea how could i...
Please help. If a user is on say xyz.com/course/1/edit and closes the browser, only to return after...
Hi, I am just creating my first application with Laravel - and I really love it! But I noticed, that...
Hi, I get this error whenever I do laravel new my-new-site-dir. To fix it I usually do chmod -R 775,...
Is there a way do extend Auth guard class, so i could have some extra methods in it? for example: Au...
Hello All, I want to have my /order route to be forced to https. I added the https in my route optio...
I am having an issue logging in using Auth::attempt. public function postLogin(){ $username = Input:...
How do I validate the $token against password_reminders if the token exist or before it's expired an...
//do any one have any idea how to solve this advanced routeing problem // the foreach loop which is...
Hey, so I'm trying to password protect access to my development site, and doing what I've done befor...
Hello, I want to change the template of "Password Reminders & Reset" of Laravel. How c...
I am working on an application for which a friend of mine is doing the frontend. I maintain git repo...
Hey, i want to make a ban system, and i do not know how to redirect every route [except the one with...
I've been able to force my site to redirect from http to https but the resources (styles and scripts...
The client wants users to be able to login using their email addresses and password, so I can use th...
Having trouble displaying my dashboard after signing in. Here is my UsersController, users/dashboard...
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