I am new to Laravel and OctoberCMS,
i would like to run tinker, so I navigate to my root directory where my OctoberCMS Instance is and the artisan file is located
I then enter in the Terminal the following command:
php artisan tinker
and i get the following error:
[ErrorException] The use statement with non-compound name 'BackendAuth' has no effect
Any suggestions to resolve this or tell me what I am doing wrong would be welcome.