bambamboole/blade-card

A Laravel Nova card to display Blade views.

v1.0.0 2021-11-09 15:42 UTC

This package is auto-updated.

Last update: 2024-05-09 21:59:44 UTC


README

Latest Version on Packagist Total Downloads

Very simple Laravel Nova package to display Blade views as cards

Installation

You can install the package via composer:

composer require bambamboole/blade-card

Usage

public function cards(Request $request): array
{
    return [
        (new BladeCard())
        ->view('foo.bar')
        ->with(['my' => 'data'])
    ];
}

Credits

License

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