PHPackages                             ges/filament-green-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. ges/filament-green-api

ActiveLibrary[Admin Panels](/categories/admin)

ges/filament-green-api
======================

Filament admin pages for configuring and using the Laravel Green API package.

0.1.5(3mo ago)1163MITPHPPHP ^8.4CI passing

Since Mar 15Pushed 3mo agoCompare

[ Source](https://github.com/TechGES/filament-green-api)[ Packagist](https://packagist.org/packages/ges/filament-green-api)[ Docs](https://github.com/TechGES/filament-green-api)[ RSS](/packages/ges-filament-green-api/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (5)Versions (7)Used By (0)

Filament Green API
==================

[](#filament-green-api)

Filament v3 panel plugin for configuring and using `ges/laravel-green-api` from the Filament admin.

Installation
------------

[](#installation)

```
composer require ges/filament-green-api
```

Publish the plugin config:

```
php artisan vendor:publish --tag="filament-green-api-config"
```

If you have not already installed the base Green API package, run its installer:

```
php artisan green-api:install
```

Publish Filament assets so the plugin stylesheet is available in your panel:

```
php artisan filament:assets
```

If you prefer publishing manually, use the dependency package tags:

```
php artisan vendor:publish --tag="laravel-green-api-config"
php artisan vendor:publish --tag="laravel-green-api-migrations"
php artisan migrate
```

Register The Plugin
-------------------

[](#register-the-plugin)

Register the plugin in your Filament panel provider:

```
