Davis
Originally i want create one /autologin controller which allow user to autologin with token
in this file class ForumServiceProvider i have added and create AutoLoginController also which work fine
$routes->post(
'/autologin',
'autologin',
$toController('Flarum\Forum\Controller\AutoLoginController')
);
problem is ,i edited core files or flaurm, i am quite new for composer,laravel this kind of structure,
as luceos mention how to do i don't know ? , but i m very much interesting with flarum. I know only one php framework which is codeigniter , and developement quite easy with it