Anyone going? http://www.amsterdamhackathon.com
I've created my very first 2 blog posts about creating and using repositories in Laravel http://blog...
mabasic said: No, i really need to save the image in database, not on disk. :D unless your db is i...
I've changed something public function save(array $options = array()) { if ($this->subclassFi...
I think your relationship is off, if you have a belongsToMany relationship your Code can have many C...
you need to manually bind it App::bind('Myclass', function() { return MyClass($parameter) }); s...
The Laravel portal for problem solving, knowledge sharing and community building.