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...
The above post doesn't look at all as I wrote it, seems like this forum escapes line-breaks at rando...
Oh fuck guys, it works! I wish I could explain more in detail how I did it but I didn't really follo...
Is there anything in the main apache2.conf -file i need to edit? Is this correct? Sets the default s...
And one more thing: this line: sudo chgrp -R webmasters /var/www/html What does it do? I mean I susp...
Do I have to install git to get laravel to work?
The Laravel portal for problem solving, knowledge sharing and community building.