cancel
Showing results for 
Search instead for 
Did you mean: 

How can I install Magento 2.3 Page Builder ?

SOLVED

How can I install Magento 2.3 Page Builder ?

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

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How can I install Magento 2.3 Page Builder ?

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

View solution in original post

6 REPLIES 6

Re: How can I install Magento 2.3 Page Builder ?

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

Re: How can I install Magento 2.3 Page Builder ?

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

Re: How can I install Magento 2.3 Page Builder ?

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

Re: How can I install Magento 2.3 Page Builder ?

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

Re: How can I install Magento 2.3 Page Builder ?

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 

Re: How can I install Magento 2.3 Page Builder ?

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:

 

  • Download Magento 2.3.x: Visit the official Magento website or use Composer to download the Magento software. The Composer command for Magento 2.3.x looks like this:

 

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.

  • Install Magento: Navigate to your Magento installation directory and run the installation command:

 

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

 

  • Modify the parameters to match your environment.
  • Upgrade and Compile: After the installation, run the following commands to upgrade and compile:
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.

  • Install Page Builder (Magento 2.3.1 and later): Starting from Magento 2.3.1, Page Builder is included as a module. You can enable it using Composer:
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.