I trying to create this application and I got Class 'App\Http\Controllers\KodeInfo\jorgchart' not found error in Homecontroller.php ... What I was wrong on here? and at end of article i didn't catch the instruction : "At last autoload the KodeInfo directory so our new class will work" - I mean how to autoload the directory !
PS:: I already added namespace App\Http\Controllers; to the top of Homecontroller and yeah already composer dump autoload also
Any idea?
use
statement for it. – James