HansSchouten / Laravel-Pagebuilder

A drag and drop pagebuilder to manage pages in any Laravel project
https://www.phpagebuilder.com
MIT License
783 stars 182 forks source link

Getting only Header option in Pagebuilder page #9

Closed chirag123456 closed 4 years ago

chirag123456 commented 4 years ago

i have run below commands 1) composer require hansschouten/laravel-pagebuilder 2) php artisan vendor:publish --provider="HansSchouten\LaravelPageBuilder\ServiceProvider" --tag=config 3) php artisan migrate 4) php artisan vendor:publish --provider="HansSchouten\LaravelPageBuilder\ServiceProvider" --tag=demo-theme

Now you are able to login via /admin with admin and changethispassword (the admin URL and credentials can be changed in the pagebuilder config file).

after that i have crated test page while i am click on Edit button from list i am redirecting to pagebuilder page after that some time only loader coming and some time it's working fine while it's working fine but i am getting only Header in Blocks -> General section -> Header (Only) comming nothing else please see atteched screenshot. so please guide me for resolve this issue. Thanks in advance

Screenshot_2020-05-11_11-57-29

HansSchouten commented 4 years ago

Hi, did you already create any blocks other than the header block? And can you ensure you have the latest release (v0.9.0), since the loading issue now should be fixed.

chirag123456 commented 4 years ago

No i have not created any blocks yes i have updated composer in morning and loading issue is done in my system.

if there is any changes then can you pls guide me for same

Thanks Chirag

HansSchouten commented 4 years ago

Good to hear that the loading issue is solved. Then all seems to work fine now, as I did not add any other blocks either. Currently this package is a tool to help building websites based on your own themes (for example by cutting up themes like these). It does not yet come with many existing blocks, as I currently just needed a website builder that I can use for pro themes that I buy (and do not have the rights to distribute). Other users of this package can use it in that same way as me, by creating your own themes. In the future I will create a bootstrap demo theme, but I don't have time for that at the moment.