Notifications
Clear all
Topic starter 30/09/2024 10:04 am
What is the criticism of Laravel?
Topic starter 30/09/2024 10:04 am
If you use Laravel to do automatic joins for you, Laravel internally actually makes two calls to database and creates your two object rather than making one join call and figuring out the results. This makes your queries slow. For this reason, I use everything except eloquent from Laravel.