| Package Data | |
|---|---|
| Maintainer Username: | sahbaj |
| Maintainer Contact: | sahbaj.uddin@bglobalsourcing.com (Muhammad Sahbaj Uddin) |
| Package Create Date: | 2016-09-23 |
| Package Last Update: | 2016-09-23 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 15:15:45 |
| Package Statistics | |
|---|---|
| Total Downloads: | 59 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 2 |
| Total Forks: | 3 |
| Total Open Issues: | 0 |
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