Download the PHP package lamoud/laravel-grapesjs without Composer
On this page you can find all versions of the php package lamoud/laravel-grapesjs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lamoud/laravel-grapesjs
More information about lamoud/laravel-grapesjs
Files in lamoud/laravel-grapesjs
Package laravel-grapesjs
Short Description This package provides an easy way to integrate GrapesJS into your Laravel project making it easy to build professional pages with drag and drop.
License MIT
Homepage https://github.com/lamoud/laravel-grapesjs
Informations about the package laravel-grapesjs
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 GrapesjsServiceProvider
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 Files
To publish the configuration files provided by this package, run the following Artisan command:
This will deploy asset
files inside the public folder with the name lamoud-grapesjs
and the file lamoud-grapesjs.php
inside the config
folder.
Step 6: Configure Basic Settings
To start using this package, follow these steps to configure the basic settings:
Open the lamoud-grapesjs.php
file inside the config
folder. Adjust the basic settings according to your requirements.