plank/contentable

Create dynamic pages using polymorphic relationships and special Module classes

v0.0.7 2023-11-27 16:20 UTC

README

contentable.png

PHP Version Support GitHub Workflow Status 68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f636f7665726167652f706c616e6b2f636f6e74656e7461626c653f636f6c6f723d253233666639333736266c6162656c3d74657374253230636f766572616765266c6f676f3d636f64652d636c696d617465266c6f676f436f6c6f723d253233666666 68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6d61696e7461696e6162696c6974792f706c616e6b2f636f6e74656e7461626c653f636f6c6f723d253233353238636666266c6162656c3d6d61696e7461696e61626c696c697479266c6f676f3d636f64652d636c696d617465266c6f676f436f6c6f723d253233666666

Laravel Contentable

⚠️ This package is currently in development and is not ready for production use. ⚠️

Table of Contents

 

Installation

You can install the package via composer:

composer require plank/contentable

You can use the package's install command to complete the installation:

php artisan contentable:install

Quick Start

Once the installation has completed, to begin using the package:

Configuration

The package's configuration file is located at config/contentable.php. If you did not publish the config file during installation, you can publish the configuration file using the following command:

php artisan vendor:publish --tag=contentable-config

 

Usage

Layouts

Layoutables

LayoutData

 

Contributing

Please see CONTRIBUTING for details.

 

Credits

 

License

The MIT License (MIT). Please see License File for more information.

 

Security Vulnerabilities

If you discover a security vulnerability within siren, please send an e-mail to security@plankdesign.com. All security vulnerabilities will be promptly addressed.