guardsmanpanda / larabear-ui
Bear make home look nice.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 1 029
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: ^8.1
- guardsmanpanda/larabear: dev-main
Requires (Dev)
- phpstan/phpstan: ^1.9
This package is auto-updated.
Last update: 2023-09-20 11:27:51 UTC
README
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.