Download the PHP package devfactory/block without Composer
On this page you can find all versions of the php package devfactory/block. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package block
Block
This package allows you to create block and choose the position of the block where you need it.
Installation
Using Composer to install the package.
Then in your app/config/app.php
file register the following service providers:
Devfactory\Block\BlockServiceProvider::class,
If you want you can publish the config, views and migration files if you want to change them
Usage
You just need to create a block then you can call the block content with the block facade like this
All versions of block with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3|^8.0|^8.1
illuminate/database Version ^7.0|^8.0
illuminate/support Version ^7.0|^8.0
laravelcollective/html Version ^6.2
illuminate/database Version ^7.0|^8.0
illuminate/support Version ^7.0|^8.0
laravelcollective/html Version ^6.2
The package devfactory/block contains the following files
Loading the files please wait ....