Introduction
Today, filament-api-service version 1.0.2 already have CreateHandler
by default to create a resource. And i'm adding a command to create a custom handler.
Installation
composer require rupadana/filament-api-service
Usage
U can execute this command to create a custom handler.
php artisan make:filament-api-handler BlogResource
By default i'm using CreateHandler method inside custom handler. U need to update it manualy.
Top comments (0)