This is my controller public function authenticate(Request $request) { $username = Input::get('usern...
Hello, I'm just starting out with Laravel 5, I come from Laravel 4 environment so it shouldn't be to...
I'm currently migrating another app (from Slim to Laravel) that uses the Hashids library. Interestin...
I have a table called payments which contains a field called Vendor ZIP. I have a table called 20150...
I have a model with a number of fields. I need to massage some before output, so I use accessors - b...
Laravel 4 had such cool exception handling pages... e.g. in http://i.stack.imgur.com/2uYwX.png Is th...
Hi! I want to run the simple command: "php artisan route:list" but I can't! at least if I...
Hello There Laravel provides some ServiceProviders (App\Providers) out of the box which bizarrely do...
I am trying to make a POST request within a js function. It is sending an array of data that is stri...
Hi everybody, I am new to Laravel - but we have all got to start sometime. I have a bunch of rows. i...
Occasionally, I run into an issue where I can't login to my app. Even a password reminder and chang...
Hi. I am new to laravel framework. I need to know that how can we do inheritance between two models...
Hi guys, I recently discovered a strange behavior in my app Session, I got a session variable called...
I'm trying to accomplish: no locale in url for the local set in config.php when a language is select...
As i mentioned in the topic name, how they can secure our website? an ajax app, for example the hack...
I'm working on outputting info from a database into a page. When I do it on my local MAMP server, it...
Hi, I'm still wondering what is so great about view composers in Laravel (5). I have a controller wh...
Hi, Just wondering if there is anyone successfully integrated Ratchet with Laravel 5? I found a pack...
What's your idea on caching heavy calculations of IoC Container into a file or a php config? Special...
Has anyone noticed this? Is there anyway to help getting it fixed? Screenshot of broken layout in Ch...
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.