juhara/laravel-pagebuilder
最新稳定版本:v1.0.1
Composer 安装命令:
composer require juhara/laravel-pagebuilder
包简介
A drag and drop pagebuilder to manage pages in any Laravel project.
关键字:
README 文档
README
A drag and drop pagebuilder to manage pages in any Laravel project.
Laravel Pagebuilder is built on PHPageBuilder. It integrates the most popular open source drag and drop pagebuilder: GrapesJS. This package is made with customization in mind, allowing you to configure, disable or replace any of its modules.
Installation
Follow these steps to install Laravel Pagebuilder in your project:
composer require juhara/laravel-pagebuilderphp artisan vendor:publish --provider="Juhara\LaravelPageBuilder\ServiceProvider" --tag=config- Update the configuration in
config/pagebuilder.php php artisan migrate
Next, you need to create a theme:
php artisan pagebuilder:create-theme [name here]
.. or publish the demo theme:
php artisan pagebuilder:publish-demo
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).
Visit the PHPageBuilder repository for detailed information on how to develop themes.
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-05
