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 get an error when trying to run this, but it might be a database error, this is how it's done, yea...
Your variable $service_name is not set, since you don't pass it in the function like this public fun...
The first thing I looked for was a php artisan command. I like the php artisan commands. Whenever yo...
The Laravel portal for problem solving, knowledge sharing and community building.