What do you mean by make() method?
Answer / Ram Jee Prasad
In Laravel PHP Framework, the make() method is used to create a new instance of a class without directly instantiating it. It is typically used with the facade design pattern for dependency injection.
| Is This Answer Correct ? | 0 Yes | 0 No |
List available types of relationships in laravel eloquent.
How to generate application key in laravel?
Tell me what is the purpose of using dd() function iin laravel?
Explain laravel’s service container?
How to do environment configuration in laravel.
How can you make real time sitemap.xml file in laravel?
What are the server requirements for laravel 6.0?
Explain the middlewares in laravel?
What are the benefits of facades?
What are the major differences between laravel 4 and laravel 5.x?
Tell us what are bundles, reverse routing and the ioc container?
How to configure a mail-in laravel?