🔥 Laravel Tip: make method constructor parameters
Apr 16, 2022
You might already know that you can resolve a class instance from the container with the make method.
But in some cases, we need to pass parameters to the constructor. We can do that by passing an array as a second parameter.
But in some cases, we need to pass parameters to the constructor. We can do that by passing an array as a second parameter.
Other tips:
🔥 Laravel Tip: orderByPivot
Nov 4, 2022
🔥 Eloquent model customization cheat sheet
Apr 12, 2022
🔥 Eager loading cheat sheet
Mar 4, 2022