List available types of relationships in laravel eloquent.
Answer / Shikha Saxena
Available types of relationships in Laravel Eloquent include one-to-one (1:1), one-to-many (1:N), many-to-many (N:N), has-one (1:0 or 1:1 inverse), and has-many (N:1 or 1:N inverse).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by Error Log ?
What is luman?
Explain some benefits of laravel over other php frameworks.
Explain about Form without CSRF token in Laravel ?
Tell me what is the purpose of using dd() function iin laravel?
What is the use of in laravel?
What is gate in laravel?
Which template engine laravel use?
How to create custom library in laravel?
How to write html code in laravel controller?
What is route parameters in laravel?
What is a forget() ?