Support the ongoing development of Laravel.io →
waynefulcher

waynefulcher

Joined 14 Aug 2014

Statistics

Threads 10
Replies 7
Solutions 0
Articles 0

Models for tables with multiple columns for primary key

I know to override the standard "id" column for primary key in an Eloquent model that you...

0 Likes
4 Replies

How to check if a Foreign Key exists

In my migration code I have: if (Schema::hasTable('activity_log')) { Schema::table('activity...

0 Likes
8 Replies
Solved
posted 11 years ago

How to pass a variable to the Schema::table function?

I am building some migration code and I want to simply loop through an array and drop all foreign ke...

0 Likes
1 Replies

Class Referencing

I am new to PHP and Laravel and this is my first project. I am writing a package that will allow a u...

0 Likes
2 Replies

Persisting Global variables

I am working on my first ever Laravel 4 REST project. My basic question is how can I create a global...

0 Likes
1 Replies
replied 11 years ago

DateTime stamp in Laravel Log file does not match computers datetime.

Thanks that was what I was looking for. For future readers... I changed it to one of the PHP support...

0 Likes
replied 11 years ago

Please help with syntax problem in migration/Schema code

Yes that worked perfect! Thanks so much.

0 Likes
replied 11 years ago

Models for tables with multiple columns for primary key

Is this just not possible also? Thanks Wayne

0 Likes
replied 11 years ago

How to check if a Foreign Key exists

Thanks sitesense, but not sure how that is relevant to this topic.

0 Likes
replied 11 years ago

How to check if a Foreign Key exists

Thanks for the response. The more things I find I can't do the more it makes me question if this ent...

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.