I know there is one for older version of laravel. But was just wondering before I sat out to create...
Hello, I'm trying to redirect not logged in users to the login page with if(!Auth::check()) { return...
I have a serialized data saved in my database, it's a values from array of categories. I created thi...
I want to add an EAV model to my app. So I made these tables to do that: Schema::create('attributes'...
Hi guys, I noticed in the documentation of Laravel 5 there is no more iOC? Is it removed? Is it not...
Hi, I have just uploaded my laravel on webhost and in my localhost i generated css again by elexir ....
When I use something like this: $user = new User; $user->username = Session::get('usernam...
What is the difference between "accepted" and "in" in Validation?
Just wondering what is a good workflow for a team to manage these files and the workflow. For exampl...
Hi, I have created a scheduled task which seemed to be working fine but now, for some reason, isn't....
I have a form with a numeric input (not required). When i save without fill the input and reaload th...
Hi, I know, I know.. you will call me crazy, but the profile name text in the header is too close to...
This web-based virtual terminal for PayPal Payments Pro can be used as a replacement for the one tha...
Where I can find a complete application sample of "Service Container"? Thanks in advance.
How can I pass Bllim datatables to blade view and use @foreach in the Blade View to check some condi...
Is there way to chain ManytoMany queries with hasMany? Thanks $user=User::find(Auth::Id());...
Hi there, I plan to use WP for my platform's frontend and Laravel 5 for my backend work. I will not...
stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:14090...
I have recently installed L5 via composer. I tried creating a new controller using artisan and I get...
Note I'm using Laravel 5.0 (should I post elsewhere for 5.0? It's not available in the Laravel Vers...
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.
The community