I added a new vendor to my file but when I wrote the App:import it is gives the error Error: Class 'App\Controller\App' not found
.
Code:
App::import('Vendor', 'php-excel-reader/excel_reader2');
the file is in vendor\php-excel-reader\excel_reader2
It used to work for my php 2.x codes. So I wonder if things changed for cake 3.x. Any ideas?