A starting point might be: https://www.php.net/manual/en/function.oci-connect.php
Authenticate login from an external database
Hello,
I'm new to Laravel and I'm trying to learn it with actual personal side projects. I am trying to make a simple inventory app and I want users to be able to log in. I want to fetch users from an external Oracle database so users will be consistent with my existing systems.
I've been searching for tutorials on how to implement this but I'm not able to find one. All tutorials I've seen uses a new database and tries to register new users.
Can someone hint me on how should I do this? Basically I just need to use an existing employee table from an existing Oracle database for the login only.
Regards, Francis
Please or to participate in this conversation.