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)
Error 401 after successful login to Laravel using jwt
In my Laravel project, I use jwt for user authentication.I successfully login and receive the token. I send the token with the Barear prefix in the header but I get a 401 error.Meanwhile, my project w...
mehdi musavi
Votes: 0
Answers: 1
Relationship is returning null even when from the database the data exists
I have been getting an empty array when I query this model relationship for data. I have tried pulling all the data associated with the model from the database and I still do not get the data even tho...

Favour Max-Oti
Votes: 0
Answers: 0
I want to install composer require laravelista/comments but I get an error
I have php verison "PHP 7.4.27", composer version "2.2.4" and laravel version"4.2.9". And my error messages:
Your requirements could not be resolved to an installable set...
Aycan Kaya
Votes: 0
Answers: 0
get route id in laravel 7
Order ID
example i have order id = 51 like in this route =>
/admin/order/51
how to call the order id from routes to Helpers.PHP
this my Helpers.PHP
public static function getAllProductFromOrder...
Mr Lara
Votes: 0
Answers: 1