I beginner in PHP and I sill struggling to understand about controller, view and rout. I do so many thing to showing my code in view.
I write this to connect the function index in file ChargeController
Route::get('/', 'app\http\controllers\ChargeController@index');
So, how can I knowing that code was integration as MVC in PHP? thank's