Download the PHP package ericlagarda/nova-text-card without Composer
On this page you can find all versions of the php package ericlagarda/nova-text-card. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ericlagarda/nova-text-card
More information about ericlagarda/nova-text-card
Files in ericlagarda/nova-text-card
Download ericlagarda/nova-text-card
More information about ericlagarda/nova-text-card
Files in ericlagarda/nova-text-card
Vendor ericlagarda
Package nova-text-card
Short Description A custom card for Laravel Nova to show Text in cards with some good options
License MIT
Package nova-text-card
Short Description A custom card for Laravel Nova to show Text in cards with some good options
License MIT
Please rate this library. Is it a good library?
Informations about the package nova-text-card
Nova Text Card
A custom card for Laravel Nova to show Text in cards with some good options.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
Then, register your new link in the cards
method of the NovaServiceProvider
or your ResourceTool
class.
Card options
->width('string')
: Width of the card.->forceFullWidth()
: Force the card to be full width. A fix for nova cards order.->height('string or number'):
Height of the Card. If is called without options height will be auto. Default to nova card height.->center(boolean)
: If you want the text centered or not. Default to true->heading('string or html')
: Heading text or custom html. Default to false. No heading text is shown.->text('string or html')
: Text of the card or custom html. Default to false. No text is shown.->headingAsHtml()
: If you want to print the heading as HTML->textAsHtml()
: If you want to print the text as HTML
All versions of nova-text-card with dependencies
PHP Build Version
Package Version
The package ericlagarda/nova-text-card contains the following files
Loading the files please wait ....