bglobal/content-builder

Content builder package for laravel

dev-master 2016-09-23 10:26 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:29:57 UTC


README

Laravel package for ContentBuilder.js

This package is not with ContentBuilder.js source files. You have to purchase it and put all the files in assests folder.

USAGE

For Laravel 5.2 & 5.3

composer require bglobal/content-builder=dev-master

add the following line in config/app.php Bglobal\ContentBuilder\ContentBuilderServiceProvider::class,

Publishing config tag vendor php artisan vendor:publish --provider="Bglobal\ContentBuilder\ContentBuilderServiceProvider" --tag=config --force

It will publishh all config file to laravel config folder

Publishing public tag vendor php artisan vendor:publish --provider="Bglobal\ContentBuilder\ContentBuilderServiceProvider" --tag=public --force

It will publish all public content to laravel public folder

Add this line in any of your view file and see the magic @include('content-builder::tpl')

For more help visit http://innovastudio.com/content-builder.aspx