laravel-content-builder-js
Laravel package for ContentBuilder.js, (*1)
This package is not with ContentBuilder.js source files. You have to purchase it and put all the files in assests folder., (*2)
USAGE, (*3)
For Laravel 5.2 & 5.3, (*4)
composer require bglobal/content-builder=dev-master, (*5)
add the following line in config/app.php
Bglobal\ContentBuilder\ContentBuilderServiceProvider::class,, (*6)
Publishing config tag vendor
php artisan vendor:publish --provider="Bglobal\ContentBuilder\ContentBuilderServiceProvider" --tag=config --force, (*7)
It will publishh all config file to laravel config folder, (*8)
Publishing public tag vendor
php artisan vendor:publish --provider="Bglobal\ContentBuilder\ContentBuilderServiceProvider" --tag=public --force, (*9)
It will publish all public content to laravel public folder, (*10)
Add this line in any of your view file and see the magic
@include('content-builder::tpl'), (*11)
For more help visit http://innovastudio.com/content-builder.aspx, (*12)