Login
Remember
Register
Ask a Question
What is make method?
0
votes
asked
Oct 26, 2023
in
Laravel
by
rajeshsharma
What is make method?
makemethod
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 26, 2023
by
rajeshsharma
Laravel developers can use make method to bind an interface to concreate class. This method returns an instance of the class or interface. Laravel automatically inject dependencies defined in class constructor.
...