I know to override the standard "id" column for primary key in an Eloquent model that you...
In my migration code I have: if (Schema::hasTable('activity_log')) { Schema::table('activity...
I am building some migration code and I want to simply loop through an array and drop all foreign ke...
I am new to PHP and Laravel and this is my first project. I am writing a package that will allow a u...
I am working on my first ever Laravel 4 REST project. My basic question is how can I create a global...
Thanks that was what I was looking for. For future readers... I changed it to one of the PHP support...
Yes that worked perfect! Thanks so much.
Is this just not possible also? Thanks Wayne
Thanks sitesense, but not sure how that is relevant to this topic.
Thanks for the response. The more things I find I can't do the more it makes me question if this ent...
The Laravel portal for problem solving, knowledge sharing and community building.