Installing WireUse
WireUse - Getting Started - 2024-07-12
Installation
Note: This package only supports PHP 8.2 or higher, and Laravel 10.x/11.x.
You can install the package using Composer:
composer require foxws/wireuse
Optionally, you can publish the config file with:
php artisan vendor:publish --tag="wireuse-config"