I've been using laravel for a few weeks now, and I have to say, I'm not getting used to the folder s...
Hey there, I'm trying to do a file import via the excel package of maatwebsite. Because I need diffe...
I have a VPS with CentOS and the latest version of node.js. Gulp is installed globally. But when i w...
Hi i'm currently using Laravel 5, I currently have the following routes: Route::group(['middl...
As the title says, I have some data. I am trying to update it just using updateOrCreate() method but...
Hi everybody! I have a trouble with login and logout with L5 I am using route Route::group(['prefix'...
Ok Embedded includes here. tl;dr: One view includes another, that view also includes another. If the...
Hi everyone, I have a mind-boggling problem. I am following the Laracasts tutorials about basic rout...
I would like to pass a newly created cookie to the current response. I have this code public functio...
Hi Everyone, is it possible to take form data that is posted to one route and use it in another rout...
Hello everyone, After installing laravel 5 and running the command php artisan key:generate and rece...
I have been racking my brain to figure out the most 'eloquent' solution to this problem. Perhaps you...
Has anyone used laravel for database management migration management for several applications, as a...
I need to do a PUT request with a JSON body. I wanted to know what the Laravel community uses for bu...
Is there any way to mark all those spammers' profiles to exclude it from viewing and/or help block a...
Hi, Is it possible to use db query builder with two databases? I know that I can use a raw query wit...
Hi everybody -- As stated in the title, I struggle to find how to implement the authentication in Lu...
Example $post = Post::with('categories')->first(); one post relationship to many categories How...
Hi all: New to Laravel. Came from CodeIgniter and WordPress, which both have awesome docs, with sear...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.