HansSchouten / PHPagebuilder-boilerplate

Boilerplate for quickly spinning up websites using PHPagebuilder.
https://www.phpagebuilder.com
39 stars 25 forks source link

Loading long time and not show builder #18

Closed toanle91 closed 1 year ago

toanle91 commented 1 year ago

Hello all, This is good builder for use, i am working good with default, today i make builder in to exists my project so not use manage default. I use this: PHPageBuilder\Modules\GrapesJS\PageBuilder But i see loading more and not show builder. (look at my attach).

This is all in code open builder:

require_once __DIR__ . '/vendor/autoload.php';

$config = require __DIR__ . '/config.php';

$pb = new PHPageBuilder\PHPageBuilder($config);

$builder = new PHPageBuilder\Modules\GrapesJS\PageBuilder();

$builder->handleRequest('', 'edit');

Someone can help me tell me know how to fix it? Thanks all.

toanle91 commented 1 year ago

Fixed, thanks for read!