So I have a command that creates a database connection on the fly like so: protected function creat...
So I have a Vip model: class Vip extends Model { use MemberTypeTrait; use RecordStatusActive...
So I am creating an API but it has some caveats. First off I have to be able to easily create models...
I am working on the following laracast: https://laracasts.com/series/build-project-flyer-with-me/epi...
thomasedwards said: Dammit, so obvious. Yep that worked! Thanks DrPrez Looks like the answer was d...
jay4yam said: I think you could catch the Request object public function index() { return view('add...
alanmanderson said: I didn't want the field to be nullable, but I wanted to be able to add the row...
http://stackoverflow.com/questions/34885575/laravel-5-2-updating-multiple-rows-with-one-query?noredi...
The Laravel portal for problem solving, knowledge sharing and community building.
The community