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...
I also tried the /config/database.php which may result in me have to "reinstall" laravel
The code is working, just wanna know what's happening behind the scenes
Ok I got it, thanks. When the php artisan make:controller is used it places the controller in a defa...
Also, if I want the name to be between 3 and 13 characters, can I type something like: @codeblock $t...
The Laravel portal for problem solving, knowledge sharing and community building.