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...
Thanks guys! what was the first problem was in VirtualHosts, that file is called sites-available I t...
I followed this and configured apache2: https://www.digitalocean.com/community/tutorials/how-to-set-...
Thanks. Searching for last insert id in the laravel search field gave me poor results
yea, when return is called the script ends protected function create(Request $request) {...
Oh w8 I think I'm on to something. Just like outside Laravel, when return is used the script returns...
The Laravel portal for problem solving, knowledge sharing and community building.