Hi,
I know Magento has released page builder for magento 2.3.1. Please guide me how to install. I am currently using Magento 2.3 Open Source
Solved! Go to Solution.
Hello @Dave Bell ,
The bad news for you is that Magento only released Page Builder for Magento Commerce 2.3.1
https://devdocs.magento.com/page-builder/docs/getting-started/install-pagebuilder.html
Recently, I used magento 2.3 page builder of Magezon, maker for Magento 2.3 Open Source. It works extremely well, you can see the interface right in the backend WOW !. You discover it here.
https://www.magezon.com/magezon-page-builder-for-magento-2.html
Hello @Dave Bell ,
The bad news for you is that Magento only released Page Builder for Magento Commerce 2.3.1
https://devdocs.magento.com/page-builder/docs/getting-started/install-pagebuilder.html
Recently, I used magento 2.3 page builder of Magezon, maker for Magento 2.3 Open Source. It works extremely well, you can see the interface right in the backend WOW !. You discover it here.
https://www.magezon.com/magezon-page-builder-for-magento-2.html
Hi @David Luiz
Thank you for providing useful information!
I have read more Magento without the page builder release plan available for Open Source in the near future.
So I bought the magento 2.3 page builder for open source of the Magezon that you introduced. I appreciate this utility because it is very similar to the magento page builder. It supports a lot of elements to help me create beautiful pages
Hi,
I am using Magento Commerce 2.3 but there is no Page Builder. Please guide me to install magento 2.3 page builder for Commerce version
Hi @andre _muni ,
Please upgrade to Magento Commerce 2.3.1 . Page Builder is automatically installed with Magento Commerce 2.3.1. There is nothing else you need to do. https://devdocs.magento.com/page-builder/docs/getting-started/install-pagebuilder.html
Magento 2.3 Page Builder is inbuilt in Magento Commerce 2.3.1. It is available for Magento Commerce only. To learn more about this please visit this link:https://devdocs.magento.com/page-builder/docs/.
For Magento 2.3 Open Source, You also download Magento 2.3 Page Builder for Free by Magesolution
Page Builder was introduced in Magento 2.3.1 and later versions. So in magento version 2.3.0 you can not install it. If you are running Magento 2.3.x, you won't have the Page Builder functionality available in the core.
Here are the general steps to install Magento 2.3.x with Page Builder:
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.3.x <install-directory>
Replace <install-directory> with the desired directory name.
bin/magento setup:install --base-url=http://your-magento-url/ \ --db-host=localhost --db-name=your-db-name --db-user=your-db-user --db-password=your-db-password \ --admin-firstname=Admin --admin-lastname=User --admin-email=admin@example.com \ --admin-user=admin --admin-password=admin123 --language=en_US --currency=USD --timezone=America/New_York \ --use-rewrites=1
bin/magento setup:upgrade bin/magento setup:di:compile
after this magento will be installed with your desire version.
Now install Pagebuilder in your magento.
composer require magento/module-page-builder
after running this run all the commands defined as above
Verify Installation: Log in to the Magento Admin and navigate to Content -> Elements -> Pages. If Page Builder is installed successfully, you should see the Page Builder interface when creating or editing a page.
If the issue will be resolved, Click Kudos & Accept as a Solution.