My server is Ubuntu and the webserver is called apache2, I also got the FTP running "properly&q...
public function createComment(Request $request) { $comment = new Comment();...
After I create a new row, an array with the information added is shown. I've tried: return view('/bl...
So this is the "example controller", or the controller that ships with Laravel. It creates...
How do I namespace in Auth so i can do this from the controller? echo Auth::user()->id; Class Au...
Thanks for the help guys, I think I solved it with select but, so I wanna be cool and use Eloquent i...
code stops at the view now. like one of you mentioned we are using "column as" but we don'...
From reading more posts than the opening one, seems to me you have several DNS and want to point the...
NOTE! This forum does not accept my linebreaks
The Laravel portal for problem solving, knowledge sharing and community building.