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...
<IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews...
Yea, I'm beginning to suspect "wp-login.php" has nothing to do with Laravel at all. The .h...
Also, I set this to true to try and further detect where laravel screws up: /* |--------------------...
I get several different errors (apache2 error log). Most recent: core error Invalid URI in request
Right now I get a different message from apache2 error log. But then again I have been editing some...
The Laravel portal for problem solving, knowledge sharing and community building.