I am using laravel 5.4 and not using the default Auth for user authentication with it.
I have created a custom users table and using it with a custom Auth system having all custom middlewares etc.
I have thus not run the command php artisan make:auth
or php aritsan migrate
in the initial setup.
How i I integrate the project with Laravel/Passport for API authentication ? Also how do I issue tokens with passport if the default auth is not used not even Auth::attempt();