Support the ongoing development of Laravel.io →

Allowing dynamically loaded components to define and handle their own routing

I'm building a system that will dynamically load components based on the Request URI. Each of these...

0 Likes
0 Replies
posted 9 years ago

Change Laravel Builtin Cache to Redis

Do you know that you can change your builtin Larvel file cache to Redis. Redis is an in-memory but p...

0 Likes
0 Replies

Entrust allow multiple roles for different objects

I have Entrust set up on an app and it is working well. I have 7 system-wide roles and several permi...

0 Likes
0 Replies

Model get's wrong ID after saving

I've got a Laravel application (5.1.28) which I have running on a development server and production...

0 Likes
6 Replies

deleting a record via a delete link in a table

Hello everybody. I would like to create an administration page for my users on my website. For this...

0 Likes
3 Replies
posted 9 years ago

Is this an example of good looking write or the oposite?

This is an example of route that I have in my app. Is good looking route or is there any bad practic...

0 Likes
1 Replies

Eloquent Pivot Model Instance with newPivot

My database structure looks like this: users id email ... projects id name ... project_user id...

0 Likes
2 Replies
posted 9 years ago

Speed up you laravel development workflow illuminating packages with acacha llum

Form whom it may concern: I create a lot of new Laravel projects every week with my students in clas...

0 Likes
0 Replies

Increase Laravel Performance

I'm thinking about how it would be increase performance if we keep IoC container in Redis Cache Duri...

0 Likes
0 Replies

Catching unique constraints on mass/chunked insert?

I have a controller where I am taking an uploaded CSV (which can go up to 5-6MB in size), and I have...

0 Likes
0 Replies

How to prevent config cache from using absolute default storage paths?

As I understand, Laravel 5.2 has finally got rid of .env (which was not really meant for production,...

0 Likes
0 Replies

Store daily website stats

What's the best way to store daily website statistics? Like how many stored and deleted resources. I...

0 Likes
0 Replies
posted 10 years ago

"502 Bad Gateway" in Vagrant (Permission Denied?)

Hi, I have been developing Laravel on the same vagrant server for 3 weeks now, but it suddenly stopp...

0 Likes
10 Replies
Solved

Not able to display Json value to UI

IndexController.php <?php namespace MarketSpace\Http\Controllers; use Illuminate\Http\Request; c...

0 Likes
0 Replies
posted 10 years ago

Eager load optimization

Hi, I have the following models : class A extends Eloquent { public function b1() { retu...

0 Likes
4 Replies
Solved

Single User at a Time Login

Has anyone managed to implement a system that prevents multiple logins for the same user name/id? I...

0 Likes
1 Replies
Solved

retrieve not directly related attributes using eloquent

I've currently no idea how to get this done in a smart way. I would like to prevent writing tons of...

0 Likes
1 Replies

Better way or writing routes.php file

Hi there, i'm learning laravel and my project is getting just slightly bigger and I feel that my rou...

0 Likes
2 Replies

remember token always null using guard in laravel 5.2

["remember_token"]=> NULL i have two guards in my auth the first one is "comp...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.