Download the PHP package bzzix/laravel-page-builder without Composer
On this page you can find all versions of the php package bzzix/laravel-page-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bzzix/laravel-page-builder
More information about bzzix/laravel-page-builder
Files in bzzix/laravel-page-builder
Package laravel-page-builder
Short Description GrapesJS integration for Laravel
License MIT
Informations about the package laravel-page-builder
laravel-grapesjs
This package provides an easy way to integrate GrapesJS into your Laravel project making it easy to build professional pages with drag and drop.
Installation
Step 1: Navigate to Your Project Directory
Before you begin, navigate to the directory where your Laravel project is located. Use the following command to change into your project directory:
Step 2: Installation
You can install this library using Composer. Run the following command:
Step 3: Register the ServiceProvider
Register the PageBuilderServiceProvider in your Laravel project. Open the config/app.php file and add the following line to the providers array:
Step 4: Dump Autoload Files
After registering the ServiceProvider, run the following command to re-generate Composer's autoloader files:
Step 5: Publish Configuration, Assets, and Migrations
To publish the configuration files, assets, and migrations provided by this package, run:
This will deploy:
assetfiles inside the public folder (bzzix-pagebuilder)- the config file inside the
configfolder - the migration file inside the
database/migrationsfolder
Step 6: Configure Basic Settings
To start using this package, follow these steps to configure the basic settings:
Open the bzzix-pagebuilder.php file inside the config folder. Adjust the basic settings according to your requirements.
All versions of laravel-page-builder with dependencies
illuminate/support Version ^10|^11
cviebrock/eloquent-sluggable Version ^9.0 || ^10.0