EN VI
Posts (0)
Questions (1)
2024-03-17 15:30:07
To get random records without duplication using Laravel's inRandomOrder() method, you can use distinct() method to get unique records $questions = Question::inRandomOrder() ->limit(50) ->distinct() ->...
Tags: PHP Laravel laravel-10

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login