Hey, i want to make a ban system, and i do not know how to redirect a user to a "You're banned&...
i have a table in mysql ( ques_id (auto increment , primary) , ques_title (string) ) . By using eloq...
Hello! It is ok to store saving logic in a controller like this (PostController.php): public fun...
I created table and the basic authentication works fine locally but when I uploaded to the server ev...
Hello¨ Can anybody tell me how to create a request in Laravel using regular expressions? I have to s...
Hi I want to run the following query with the query builder ... this is what i have Query SELECT...
Does anyone know if there is a limit to the amount of seeds that can loaded into a mysql db via the...
Looks like using the database for session data is slowing down the website I've built, and I can con...
I'm having difficulty to let the laravel query order by a date field of a nested query. This is what...
OK, I have the following piece of code: $projectTwitterStatuses = ProjectTwitterStatus::join('twitte...
Hi there! I've got a problem. I have some fields that have to be formatted after fetching them from...
Hi Can anyone help me to fix this issue. SELECT *, (SELECT group_concat(CASE WHEN d.disciplineNam...
Hello, I'm a little new to laravel and I'm having an issue returning only the fields where the mysql...
Hi! I am a very NOOB in Redis and this is the first time that I am using this application.I hope you...
I need to have a way to tell if the many-to-many sync() process actually changed anything (as oppose...
Loving Laravel so far! I want to create a huge REST API Web service that allows me to connect to pot...
I'm creating an app where users can send messages to each other. These are my models and relationshi...
My current project has a form creation feature. For each form created, there is also a table created...
I have a problem where I have to get an Eloquent model read the data then call a complex stored proc...
Hi, I'm a complete newbie in laravel, and I don't know how to perform some simple tasks. I have a ta...
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