2017 © Pedro Peláez
 

asgard-module block

A module to create small blocks of content to display anywhere on the site.

image

sagsoz06/block

A module to create small blocks of content to display anywhere on the site.

  • Friday, March 31, 2017
  • by sagsoz06
  • Repository
  • 1 Watchers
  • 0 Stars
  • 52 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

Block Module

Latest Version Software License Quality Sblock SensioLabs Insight CodeClimate, (*1)

Total Downloads Total Downloads Total Downloads Slack, (*2)

Branch Travis-ci
master Build Status

Installation

You can install the Block module with composer:, (*3)

$ composer require asgardcms/block

Then run the following command to install the database tables:, (*4)

$ php artisan module:migrate Block

In the backend GUI, go to Users > Roles > Admin. Then the permissions tab, and give the Admin role the permissions for the block module., (*5)

Documentation

This is a very simple module to create re-usable blocks of content. The blocks of content are created in the administration. You give it a name and a content., (*6)

After this, you'll be able to get the content of a block with the following code:, (*7)

php {!! Block::get('block-name') !!}, (*8)

Resources

Info

All AsgardCMS modules respect Semantic Versioning., (*9)

The Versions

31/03 2017

dev-master

9999999-dev

A module to create small blocks of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

The Development Requires

31/03 2017

2.0

2.0.0.0

A module to create small blocks of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

The Development Requires