Download the PHP package notabenedev/site-blocks without Composer
On this page you can find all versions of the php package notabenedev/site-blocks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package site-blocks
Config
php artisan vendor:publish --provider="Notabenedev\SiteBlocks\SiteBlocksServiceProvider" --tag=config
Assets
php artisan vendor:publish --provider="Notabenedev\SiteBlocks\SiteBlocksServiceProvider" --tag=public --force
Fill config
Set up fill array to your project
Install
php artisan migrate
php artisan make:blocks
{--all : Run all}
{--models : Export models}
{--policies : Export models}
{--controllers : Export controllers}
{--vue : Export components}
{--js : Export js}
{--scss : Export styles}
{--menu : Make admin menu}
{--fill : create default groups from config site-blocks.fill array (to home)}
{--remove-fill : remove default groups from config site-blocks.fill array (from home)}
npm run dev
Add to morphed Model:
use ShouldBlockGroup;
All versions of site-blocks with dependencies
PHP Build Version
Package Version
The package notabenedev/site-blocks contains the following files
Loading the files please wait ....