Skip to content

Commit

Permalink
Tweak installation details in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hxn-dev authored Nov 3, 2024
1 parent 80d6d8b commit e50d7f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,18 @@ Install via Composer
composer require lunarphp/table-rate-shipping
```

Run the migrations

```
php artisan migrate
```

Then register the plugin in your service provider

```php
use Lunar\Admin\Support\Facades\LunarPanel;
use Lunar\Shipping\ShippingPlugin;
use Filament\Panel;
// ...

public function register(): void
Expand Down

0 comments on commit e50d7f8

Please sign in to comment.