I got this problem with lumen/framework, the log doesn't work. I try to post the issue in github but...
Hi, Currently I'm working on the back-end system of my website and I've created a module where admin...
I already installed SQLITE under laravel5 directory (laravel5/database/sqlite) I can also create dat...
I am using an app with different users and to view their profiles you need to access {userID}.myapp....
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...
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