i wonder if how i can get the Controller name and Action name in the Blade template/View? Thanks in...
i have $users = User::paginate(10); how do i get the data when i pass it to my blade template. e.g:...
I'm not using the auto increment for the id instead i'm using the 32 char unique id. So when i creat...
wtf! im so dumb! just need to put the 2nd param on my $this->belongsTo('User') public function us...
zenry said: did you try this // Reservation model return $this->belongsTo('User', 'foreign_key',...
auto increment is fine for me when i will make new app. the problem is the database is existing and...
The Laravel portal for problem solving, knowledge sharing and community building.