This a piece of my method: # the posts within the thread $posts = DB::table('posts') ->wher...
I added a collumn in the table users I call slug, no errors or anything, it just doesn't add. Should...
Defining in the routes.php if the method (the function in the class) needs authentication seems good...
I have typed: php artisan make:auth php artisan migrate Question: Now because migrate worked, that m...
Hi! I am trying to set up laravel, my project is basicly empty I just want it to work. My operating...
the route shoule be Route::post('/customer/show/{name} ... it's supposed to be like function($name){...
I don't quite get it. U say your apps are unrelated but share resources like Css bootstrap. If this...
what u are sayin is described in this video: https://www.youtube.com/watch?v=U3PsPHqYRfQ Laravel as...
The Laravel portal for problem solving, knowledge sharing and community building.