List available types of relationships in laravel eloquent.



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

Post New Answer

More Laravel PHP Framework Interview Questions

What is meant by Error Log ?

2 Answers  


What is luman?

1 Answers  


Explain some benefits of laravel over other php frameworks.

1 Answers  


Explain about Form without CSRF token in Laravel ?

1 Answers  


Tell me what is the purpose of using dd() function iin laravel?

1 Answers  


What is the use of in laravel?

1 Answers  


What is gate in laravel?

1 Answers  


Which template engine laravel use?

1 Answers  


How to create custom library in laravel?

1 Answers  


How to write html code in laravel controller?

1 Answers  


What is route parameters in laravel?

1 Answers  


What is a forget() ?

1 Answers  


Categories