What do you mean by make() method?



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

Post New Answer

More Laravel PHP Framework Interview Questions

List available types of relationships in laravel eloquent.

1 Answers  


How to generate application key in laravel?

1 Answers  


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

1 Answers  


Explain laravel’s service container?

1 Answers  


How to do environment configuration in laravel.

1 Answers  


How can you make real time sitemap.xml file in laravel?

1 Answers  


What are the server requirements for laravel 6.0?

1 Answers  


Explain the middlewares in laravel?

1 Answers  


What are the benefits of facades?

1 Answers  


What are the major differences between laravel 4 and laravel 5.x?

1 Answers  


Tell us what are bundles, reverse routing and the ioc container?

1 Answers  


How to configure a mail-in laravel?

1 Answers  


Categories