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

Force logout for a specific user

create a filter that checks if the user is still in the database and log him/her out if not Auth::us...

0 Likes
replied 11 years ago

On securing sensitive info file: .env.php

return [ 'APP_DB_NAME' => 'shop' ( ... ) ]; use // app/config/database.php 'connections...

0 Likes
replied 11 years ago

Empty db table gives error - trying to get property of non-object

Ruk33 said: If $module == null, you will have the same error. yes and isEmtpy() will also break on...

0 Likes
replied 11 years ago

Empty db table gives error - trying to get property of non-object

this is a beter solution, I would use relationships and the IoC but this is simpler http://laravel.i...

0 Likes
replied 11 years ago

Empty db table gives error - trying to get property of non-object

Looks like you are using your Model as some sort of Repository I think it would be easier for you to...

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.