bglobal/content-builder

Content builder package for laravel
59 1
Install
composer require bglobal/content-builder
License:MIT
Last Updated:Sep 23, 2016
Links: GitHub  ·  Packagist
Maintainer: sahbaj

laravel-content-builder-js

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

Related Packages

wobeto/twitter

Laravel 4 Service Provider to interact with twitter account, like return a colle...

135 1
andhikamaheva/date

A date library to help you work with dates in different languages

13 1
vlados/laravel-blade-crawler-detect

Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...

5,475 0
maystro/filament-popup-modal

A comprehensive modal dialog system for FilamentPHP with progress bars, callback...

7 1