Q: What is the benefit to create laravel application on top of RVsitebuilder?
A: It is a full featured CMS. You will not need to build login system, user management, page management, image editor, blog system, and etc. Just focus on your core functionality to speed up your work.
Q: What is the difference of RVsitebuilder Developer Trial License, RVsitebuilder Developer Starter License, and RVsitebuilder Developer Pro License?
A: You can start using RVsitebuilder Deveoloper Trial license by just registering on our website.
RVsitebuilder Developer Trial License will provide you 30 days valid for creating your own private apps and create websites up to 10 websites for you or your customers.
RVsitebuilder Developer Starter license will provide your the same privilege with RVsitebuilder Develoepr Trial License but with one year license active.
RVsitebuilder Developer Pro license is designed for your business when you need unlimited websites to create for your customers. This plan will have a place for you to promote on our website as well.
Q: What will happen if my RVsitebuilder Developer License is expired?
A: If your RVsitebuilder Developer License is expired, the current websites are still online and able to edit for you or your customers. What will be down are:
Number of templates will reduce to 2 templates.
Image Library where you can choose images for website content will reduce to be based on 2 remain templates.
Feature to export and import Private App will be disabled.
Premium features release next versions will not be available for you.
Q: How can I extend the website built with RVsitebuilder?
A: We provide RVsitebuilder docker for local development. You can create your app in a same way as laravel package. To deploy your app, just run artisan rvsitebuilder:package. And upload your app.tar.gz on the website admin > Manage > Private App.
Q: Can I extend the WYSIWYG?
A: Yes. On the WYSIWYG, there are several hooks that allow you to extend it.
Q: How can I create a visual configuration panel similar to login page on Centent WYSIWYG?
A: We call it widget. It use laravel middleware to get the dynamic configuration from database and view composer to render the view. Documentation will be available soon.
Q: Can I use Vue.js or React?
A: Yes. As long as laravel support it, you can use it on RVsitebuilder website. However, if your app requires Node.js for server-side rendering, you need to consult your hosting provider if you can run it.