LMSouq
php-dev AI Answered

Access Controller method from another controller in Laravel 5

IF
Iftakharul Alam
2 months ago
8 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