So you don't want the created_at and updated_at columns to be automatically treated as dates and con...
Because the relationship will be returned as a collection you can use some handy array utilities on...
This is a really neat idea. With a side project I'm working on I might look at using this approach....
Hash::make will generate a new hash each time even though the value being hashed is the same. That's...
You should let Laravel help you generate your links. Use full URLs where possible. echo url('store/c...
The Laravel portal for problem solving, knowledge sharing and community building.