python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to resolve Not unique table/alias error in laravel?
I am very new to the laravel,i am using l5-repository package for orderBy and sortedBy to sort columns ,while hitting API i am getting following error please help me to resolve the issue
my API URL :-...
usersuser
Votes: 0
Answers: 1
Obtain the number of students of a teacher
teacher has a one-to-many relationship with the course.
course belongs to one teacher.
student can participate in several courses.
course can include several students.
According to Laravel stand...
rafig khiyavi
Votes: 0
Answers: 2
Laravel user, role, permission relationship implemention problem
I have three Models User, Role and Permission. There is complicated but well-known relation between these Models and their tables.
Tables and their columns :
users
roles
permissions
permission_rol...
Artin GH
Votes: 0
Answers: 1
Laravel get records of distant relations via an intermediate relation
There are 3 tables:
users
personal_access_tokens
tokenable_type
tokenable_id
personal_access_token_cards
personal_access_token_id
Users has many(morph) personal access tokens.
Each personal ac...
hijack
Votes: 0
Answers: 1