Basic blocks for the Laravel Blocks system that can be used on almost any site.

v1.1.0 2018-09-06 13:17 UTC

This package is auto-updated.

Last update: 2024-03-08 05:39:23 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 and alt attributes.