The author_id keeps coming up empty along with the timestramp data. How can I fix this? mysql posts...
Fairly new to MVC and Laravel. I am building a form that allows users (players) to be assigned to /...
I have created about 25 database tables in the migrations folder by first creating the files with ph...
I think Laravel can mangle character entities when storing into database. Has anyone else noticed th...
Hey everyone, I'm having trouble with auth::attempt() and I'm not quite sure what to google. In chr...
My url is like domain.com/p/{id} when I insert a wrong ID i get error 500, how do i show error 404 n...
I have the following tables users id email teams id teamlist id team_id email The reason there...
Something was causing multiple calls to the User table. I found the solution on some blog that reco...
Hi, I'm new in Laravel and I'm thinking about Laravel for my project. Laravel is great, but for data...
if this is $items '$items = Item::with('brand', 'images')->get();', and i have this foreach @fore...
Hopefully someone can help me, I've been trying to find out why for the last few hours. I'm trying t...
Hi, I'm just starting out with Laravel and managed to get Vagrant/Virtualbox working on my Windows 7...
Example resulting in wrong result (is used for a scope-Method): return $query->whereRaw(<<&...
In one of my controller-functions I retrieve a model: $user=User::where('token',$token)->first();...
I have my application timezone set to UTC so that I can store the date/time in UTC in the mysql data...
Hello folks. I am in need of a little direction on setting up a query on a many-to-many relationsh...
In one of my project, I'd like to output a json value from my mysql table immediately to array when...
I've created something like laraval.io. That's my table: Schema::create('forum', function(Blueprint...
Hi! I'm a student and new to Frameworks and Laravel. I was wondering if Laravel 4.X supports dynamic...
Hi guys, I'm fairly new to Laravel, I'm designing an application which will have an API which return...
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