PHP code example of lyre / billing
1. Go to this page and download the library: Download lyre/billing library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
lyre / billing example snippets
use Lyre\Billing\Filament\Plugins\LyreBillingFilamentPlugin;
$panel->plugins([
LyreBillingFilamentPlugin::make(),
]);
bash
php artisan vendor:publish --provider="Lyre\Billing\Providers\LyreBillingServiceProvider"
php artisan migrate
bash
php artisan db:seed --class="Lyre\\Billing\\Database\\Seeders\\PaymentMethodSeeder"