filament-api
filament-api copied to clipboard
Generate APIs from your filament resource using single line of code
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...
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...
Route [login] Not Defined: Symfony\Component\Routing\Exception with tomatophp/filament-api Package
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))  please help...