LMSouq
php-dev Open

Access Controller method from another controller in Laravel 5

IF
Iftakharul Alam
1 month ago
3 views
Problem Description
I have two controllers `SubmitPerformanceController` and `PrintReportController`. In `PrintReportController` I have a method called `getPrintReport`. How to access this method in `SubmitPerformanceController`?

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base