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...
Is there something I need to namespace in, like use App\Redirect; ?
I got Laravel to work at last. There's probably a smarter way but in the validator method I use the...
Auth::user()->id can be echoed out from the routes.php but not from the controller, why?
Forum apps can be made complex, but just to test Laravel out, I think a web forum is a good idea. Ou...
The Laravel portal for problem solving, knowledge sharing and community building.