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...
Maybe I could do thread titles better but I just learned how to include code with the code tag. Work...
Yea that was another typo. Somehow ...->get() didn't work out though, but if I change that to -&g...
Yea, thanks. That post is actually a typo but with your guidance I found that Route::get('customer/s...
szkolaweb, Maybe you're ahead of me here... If I type this in the controller I get an error. I think...
How do I pass the name from the routes.php to the controller? Route::post('/customer/show/{name}', [...
The Laravel portal for problem solving, knowledge sharing and community building.