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: 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.
Comments
0 comments
Article is closed for comments.