Relative Content

Tag Archive for phpmodel-view-controllerlaravel-10

How to pass data from controller to model in laravel 10

I have been preparing one application in Laravel 10 and in my app I am not connecting with DB as it is just PHP code and based on that need to create CSV file. I have prepared my code in controller and model function as per below.