creativehandles / ch-blocks
Blocks plugin for CORE CMS
Requires
- php: ^7.3
- astrotomic/laravel-translatable: ^11.8
- creativehandles/ch-gallery: ^4.0
- illuminate/support: ^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-03-01 00:16:28 UTC
README
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Installation
You can install the package via composer:
composer require creativehandles/ch-blocks
Usage
This package depends on creativehandles/ch-gallery
package.
https://packagist.org/packages/creativehandles/ch-gallery
If you already instaled creativehandles/ch-gallery
package in CORE CMS,
proceed from step 2 below.
To activate Blocks plugin with CORE CMS, you need to follow these steps.
Run
php artisan creativehandles:build-gallery-plugin
Run
php artisan creativehandles:build-blocks-plugin
Finally run
php artisan cms:populate-permissions
command to populate permission tables.
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email deemantha@creativehandles.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.