I have developed a Laravel application that is currently being used by my clients. I am in the midst of developing a simple WordPress website to advertise my services and basically showcase what I do.
I'm unsure on what the best way is to link the two.
My domain is www.themacrocoach.co.uk
I'm thinking the best way to do this would be if the client logs in from: www.themacrocoach.co.uk/login
Which then automatically redirects to: www.themacrocoach.co.uk/dashboard
Upon logging out, the user is redirected back the WordPress website: www.themacrocoach.co.uk
The dilemma I have is how to set all this up? Currently my server only has the Laravel application residing on it.
Do I keep everything on one server or split them across two?