Hi guys, I read the documents and I looked up on Google and I can't seem to find an answer for what...
Hi guys, I am trying to do the controller validation like shown in the docs: http://laravel.com/docs...
Hi, I am trying to get the current user using the method #3: http://laravel.com/docs/master/authenti...
Hi guys, I have a rather weird problem. Here is a simple function I wrote: $team = ProTeam::find($t...
Hi guys, I have 2 models: Player and Team. The relationship is: Team has many players. So, in my tea...
Hi, Yeah here is my Team model: public function getLogo($league='nhl'){ $filename = str_...
But what would i put in my get_url() method? How can I get what model instance it is?
The Laravel portal for problem solving, knowledge sharing and community building.