laravelblocks / basic
Basic blocks for the Laravel Blocks system that can be used on almost any site.
v1.1.0
2018-09-06 13:17 UTC
Requires
- illuminate/support: ^5.7
- laravelblocks/core: ^1.1
This package is auto-updated.
Last update: 2024-11-08 07:04:06 UTC
README
Basic blocks for the Laravel Blocks system that can be used on almost any site.
Installation
To get started using these blocks, require the package by running this in your command line:
composer require laravelblocks/basic
After installed you'll need to run the migration to create the necessary tables in your database:
php artisan migrate
Usage
Please refer to the usage on the Core package README to learn how the block system works.
This package specifically adds three blocks you can use out of the box:
-
Paragraph - A single
text
attribute. -
Header - A single
text
attribute. -
Image - Has
src
andalt
attributes.