Support the ongoing development of Laravel.io →
zenry

zenry

Joined 3 Feb 2014

Statistics

Threads 2
Replies 218
Solutions 25
Articles 0
posted 11 years ago

Amsterdam Hackatron

Anyone going? http://www.amsterdamhackathon.com

0 Likes
0 Replies

Repository tutorial

I've created my very first 2 blog posts about creating and using repositories in Laravel http://blog...

0 Likes
6 Replies
replied 11 years ago

Tutorial error: unexpected 'extends' (T_EXTENDS)

the tutorial, although not a real tutorial, states the following https://www.dropbox.com/s/bggom68ga...

0 Likes
replied 11 years ago

ManyToMany where

Series::with('products')->where('id', '!=', 3)->get(); // eager loading Series::where('id', '...

0 Likes
replied 11 years ago

Tutorial error: unexpected 'extends' (T_EXTENDS)

to get it to work you need to remove the PHP tags and pass $users to the view in your controller do...

0 Likes
Solved
replied 11 years ago

User should access only his data in a multi-user database

another possibility <?php abstract class AbstractModel extends \Illuminate\Database\Eloquent\Mod...

0 Likes
replied 11 years ago

Updating data to database

Form::open(array('url' => 'customers-update', 'class' => 'form-horizontal', 'method' => 'pu...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.