guardsmanpanda/larabear-ui

This package is abandoned and no longer maintained. No replacement package was suggested.

Bear make home look nice.

This package's canonical repository appears to be gone and the package has been frozen as a result.

dev-main 2022-11-21 11:51 UTC

This package is auto-updated.

Last update: 2023-09-20 11:27:51 UTC


README

Latest Version on Packagist Total Downloads

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Installation

You can install the package via composer:

composer require guardsmanpanda/larabear-ui dev-main

Usage

Add the Service provider to config/app.php:

    'providers' => [
        Illuminate\Auth\AuthServiceProvider::class,
        Illuminate\Broadcasting\BroadcastServiceProvider::class,
        ...
        GuardsmanPanda\LarabearUi\Infrastructure\Laravel\Provider\BearUiServiceProvider::class,
    ],

License

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