Thought I'd make a thread with a brief overview of all my Laravel-specific (and some not so specific...
return $this->belongsTo('bar'); should not work on any system. Some filesystems are case-insensit...
As far as I know, a migration will only run on one database at the time... Is this not the case for...
HttpNotFoundException is basically a 404 - it means no route was found for the matching URL. You can...
That should work, yes. You can also replace DB::table(..)-> with Model::
If you want to learn the super basics of managing a linux server, just install Vagrant. Do NOT get c...
The Laravel portal for problem solving, knowledge sharing and community building.