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

How to copy entire table in database?

take a look at http://laravel.com/docs/schema

0 Likes
replied 11 years ago

Listing data with whereExists

you should look into Relationships if you want to learn Laravel http://laravel.com/docs/eloquent#rel...

0 Likes
replied 11 years ago

How to set the Primary Key and Foreign Key to string

FYI DB::getQueryLog(); // array of executed queries

0 Likes
replied 11 years ago

How to set the Primary Key and Foreign Key to string

did you try this // Reservation model return $this->belongsTo('User', 'foreign_key', 'local_key')...

0 Likes
replied 11 years ago

How to set the Primary Key and Foreign Key to string

is there a reason you don't want to use integers? your app can still work with (string) user_id if y...

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.