PHP code example of lamoud / laravel-grapesjs
1. Go to this page and download the library: Download lamoud/laravel-grapesjs library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
lamoud / laravel-grapesjs example snippets
// config/app.php
'providers' => ServiceProvider::defaultProviders()->merge([
/*
* Package Service Providers...
*/
// Other providers...
Lamoud\LaravelGrapesjs\GrapesjsServiceProvider::class,
])->toArray(),
bash
composer dump-autoload
bash
php artisan vendor:publish --provider="Lamoud\LaravelGrapesjs\GrapesjsServiceProvider"