anywheremedia/pageeditor

Page editor for Laravel Voyager

v1.0.0 2022-01-03 00:42 UTC

This package is auto-updated.

Last update: 2024-04-23 12:14:48 UTC


README

Page editor for Laravel Voyager

Instructions

1. Install Voyager (https://github.com/the-control-group/voyager)

composer require tcg/voyager

php artisan voyager:install --with-dummy

2. Install Laravel PHPageBuilder (https://github.com/HansSchouten/Laravel-Pagebuilder):

composer require hansschouten/laravel-pagebuilder

php artisan migrate

copy pagebuilder.php config

3. Create demo theme

php artisan pagebuilder:publish-demo

4. Install Voyager Page Editor

composer require anywheremedia/pageeditor

Todo

  • Integrate PHPageBuilder/GrapeJS into Voyager
  • Theme selector and builder
  • Integrate PHPageBuilder into this package