I have a existing site in wordpress. User register only by web (wordpress). How to authenticate user from Laravel to the wordpress DB.
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
There are a lot of ways to do this. You could:
There are probably still more ways to do this.