• I have laravel project which does multiple calculation, API calls, SQL queries etc. Currently this information is being sent to a VUEJS SPA for front end display for both the admin and customer users of the system.

    1. How difficult is it to transfer over to wordpress as the front end and have the information called over to the wordpress site?

    2nd. I would also need to present this in a professional way, such as you have laravel admin panels etc. Would that be possible in wordpress?

    Each customer would need their own log in to retrieve that data specific to them. Would this be possible just using the wordpress accounts system integrated with our laravel project?

    • This topic was modified 2 years, 7 months ago by Jan Dembowski.
Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Assuming WordPress can access the data it needs, some kind of solution is possible, but you’re probably looking at the need to custom code everything. If the data is coming from outside of the WP environment and you’re not utilizing WP’s CMS capabilities, I don’t see why you’d want to involve WP.

    Perhaps the answer is to utilize WP’s user management system? But if users need to authenticate through some external process, then again I don’t see what advantage WP would be offering. Whether using WP makes sense or not may be debatable, but WP can do anything you could conceive of that’s possible to do with PHP. It’s just that you may need implement your own PHP for WP to execute.

Viewing 1 replies (of 1 total)
  • The topic ‘Integrating with larvel’ is closed to new replies.