AFAIK, it is quite common to do it like that. If your showcase website is no more than a few static pages with content that rarely changes, it could be easier to just make them with Laravel. But if you need multiple pages with easily modifiable content and perhaps a blog, Wordpress or some other CMS might also be a good solution; it's up to you (could also be just a separate blog). I would suggest keeping them on separate servers so they don't affect each other in case of problems, e.g. if someone takes down/gains access to the server through a vulnerable WP plugin or vice versa.
Showcase Site for Your Application, Laravel or Wordpress?
Now that I am making some progress with my application, I have been looking into how I would run my web site (already looking into forge). I need a company front website which will describe my application's features, pricing etc... This has no connection to the application at all, other than providing a log-in link to the application.
My question, I figure wordpress site would be more beneficial as I can benefit from their plugins, themes etc. Also, I dont also have to spend time developing the showcase website. Is this common? Or should I just develop it on Laravel? How do you guys do it? Again, I dont need any connection between them. Can I get some opinions?
So my site configuration would be;
mysite.com --> wordpress installation (Solutions, Features, Pricing, About pages)
app.mysite.com--> laravel app directory
From a maintenance side, What are the advantages or disadvantages of this configuration?
Edit: Is it possible to deploy WP sites with Forge?
Thanks in advance.
Please or to participate in this conversation.