filament-api icon indicating copy to clipboard operation
filament-api copied to clipboard

Generate APIs from your filament resource using single line of code

Results 7 filament-api issues
Sort by recently updated
recently updated
newest added

If you add a column with a relation (for example `page.number` in a `books` resource), the query breaks because there is no join. I fixed this by using the model...

enhancement

Hi, I encountered an issue with your package tomatophp/filament-api while using it in my Filament 3 project. **Problem:** The following error occurs when trying to process validation rules: **Call to...

Description: The application throws a Symfony\Component\Routing\Exception\RouteNotFoundException with the message Route [login] not defined. when accessing specific routes in the application. This issue occurs while using the tomatophp/filament-api package. Steps to...

Fixes #5 , please triple check, this is only tested on a hobby project ## Summary by CodeRabbit - **New Features** - Introduced new helper methods for improved query-building. -...

Hey! :-) Trying to upgrade my app to filament v4, but the upgrade script breaks on this plugin. Anything i can do to help you make it compatible ? Would...

I get **Auth guard [sanctum] is not defined.** If I change auth:sanctum to auth:web it says **login page undefined**

could not find driver (Connection: , SQL: create table "a_p_i_resources" ("id" integer primary key autoincrement not null, "method" varchar, "slug" varchar, "name" varchar, "table" varchar, "middleware" text)) ![Image](https://github.com/user-attachments/assets/13030013-ea77-4e51-99c2-72d5aac48b6f) please help...