python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Laravel pagination with orderByRaw doesnt work
I need to order my results by the enum field. This field, called status can be either open, close, or edit. Now, I want to get all the entries, with edit, then open, and finally close order.
this is m...
mohammad hossein
Votes: 0
Answers: 1
Redirect IP to Domain Name in AWS
I have a problem, My Domain Name is "example.com" and IP "00.00.00.000". When I search on browser with domain name that is "example.com". its working fine, but also my we...
Umar Waqar
Votes: 0
Answers: 0
How to use cache to store query results in Laravel?
Hello I have been trying to cache this query return for a few hours without success.
$data = $query->groupBy('visits.images_id')
->orderByRaw('COUNT(visits.images_id) desc')
->...

Salah Ait Mokhtar
Votes: 0
Answers: 2
Laravel not showing image from public storage folder
I am working on a Laravel 6 project.
Laravel's default folder structure has been modified to look like this:
All of laravel's files are in this folder
/var/www/laravel/releases/2022-01-07/
The storag...

jrn
Votes: 0
Answers: 2