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...
Oh I know! I asked a similar question a few days ago! shez was ahead of me but I'll try anyways. CSS...
Thanks, now that I pretty much copied your code suggestion it works, but I'm still a little confused...
And how do I receive userId in the controller? # requires login Route::group(['middleware' => 'au...
The forum code-tag doen't recognize comments.
I don't completly follow but if you are going to use switch, you need break before you define a new...
The Laravel portal for problem solving, knowledge sharing and community building.