lassopiclaravel's avatar

What are possible methods to use arguments in functions , am core PHP guy, new to Laravel , please explain with clean syntax

Please explain how to use arguments in Laravel, confused with lot of short methods which are used, please can anyone state standard syntax for usage of arguments within functions &, methods

0 likes
3 replies
Sinnbeck's avatar

Can you share some of ones you are confused about? Laravel is a big framework. Is it blade function syntax, controller methods (injection) or something else?

ahmeddabak's avatar

Laravel is made with php, so you use them its methods or functions like you use any php method or function.

If you are having trouble with a specific method, please share your code, what you have tried and what errors you recived

bugsysha's avatar

Using some smart IDE might help? There is also a helper file which helps IDE's to read those magic methods.

Please or to participate in this conversation.