I'm building a system that will dynamically load components based on the Request URI. Each of these...
Do you know that you can change your builtin Larvel file cache to Redis. Redis is an in-memory but p...
I have Entrust set up on an app and it is working well. I have 7 system-wide roles and several permi...
I've got a Laravel application (5.1.28) which I have running on a development server and production...
Hello everybody. I would like to create an administration page for my users on my website. For this...
This is an example of route that I have in my app. Is good looking route or is there any bad practic...
My database structure looks like this: users id email ... projects id name ... project_user id...
Form whom it may concern: I create a lot of new Laravel projects every week with my students in clas...
I'm thinking about how it would be increase performance if we keep IoC container in Redis Cache Duri...
I have a controller where I am taking an uploaded CSV (which can go up to 5-6MB in size), and I have...
As I understand, Laravel 5.2 has finally got rid of .env (which was not really meant for production,...
What's the best way to store daily website statistics? Like how many stored and deleted resources. I...
Hi, I have been developing Laravel on the same vagrant server for 3 weeks now, but it suddenly stopp...
IndexController.php <?php namespace MarketSpace\Http\Controllers; use Illuminate\Http\Request; c...
Hi, I have the following models : class A extends Eloquent { public function b1() { retu...
Has anyone managed to implement a system that prevents multiple logins for the same user name/id? I...
I've currently no idea how to get this done in a smart way. I would like to prevent writing tons of...
Hi there, i'm learning laravel and my project is getting just slightly bigger and I feel that my rou...
["remember_token"]=> NULL i have two guards in my auth the first one is "comp...
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