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

reliese/laravel

Reliese Components for Laravel Framework code generation.

3,924,784 1,705
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,312 161
laravel-ja/laravel

The Laravel Framework.

5,667 17
kavenegar/laravel

laravel 4 and 5 kavenegar integration

363,860 86
laravel/laravel

The skeleton application for the Laravel framework.

64,565,571 84,921