I'm trying to add a post to my posts table. public function createPost(Request $request) {...
The documentation says <html> <body> <h1>Hello, <?php echo $name; ?...
This is my route Route::get('/customer/{name}', function($name){ $name = strtolower($name); $custo...
When a user is logged in, I bet Laravel has a clever way of showing whats in the database row for th...
Even outside Laravel "installing" Css bootstrap can be a bit messy, in my experience. I pu...
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.