Anyone going? http://www.amsterdamhackathon.com
I've created my very first 2 blog posts about creating and using repositories in Laravel http://blog...
$users = User::with('info')->remember(10)->get(); or $users = Cache::remember('users', 10, fu...
look at http://laravel.com/docs/queries#updates ps why do you need concat? you have to power of PHP
public function getPriceAttribute() { $batch = $this->batch; return $batch->price; }...
that said I still think you should define everything, I've created app/routes/product.php and includ...
The Laravel portal for problem solving, knowledge sharing and community building.