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...
ironyh said: Dots are actually slashes, but a bit more OOP:) - So each dot is a slah with the excep...
Thanks, that actually helped me a little bit. There can't be dots in filenames in the view-folder
Oh now I get it why nobody's answering. All you nerds live on the other side of the earth. It's nigh...
This is how it's supposed to work in the documentation: <?php namespace App\Http\Controllers; us...
The Laravel portal for problem solving, knowledge sharing and community building.