Libraries tagged by custom tables
zk/laravel-datagrid
62 Downloads
A lightweight and customizable DataGrid solution for Laravel, built with Blade components, lazy loading, and a powerful custom datagrid.js library for seamless frontend interactivity.
german/gman-end-point
13 Downloads
Create and make available a custom NOT A REST endpoint 'http://localhost/wordpress/exercise/inpsyde'. When a visitor navigates to that endpoint, the plugin send an HTTP request to a REST API endpoint. The API is available at https://jsonplaceholder.typicode.com/ and the endpoint to call is /users.The plugin will parse the JSON response and will use it to build and display an HTML table.
wenprise/wp-db-base
474 Downloads
WordPress database custom tables register abstract
ddkits/ddkitsfacebook
53 Downloads
Facebook Page Poster by Sam Elayyoub, using custom table and custom functions to post to pages or groups on facebook.
calderawp/caldera-db
35 Downloads
WordPress custom table abstractions
zngly/zngly-graphql-db
2 Downloads
A plugin that allows you to create custom database tables and use them in GraphQL queries & mutations
dd/evolutioncms-snippets-ddgetdocuments
2 Downloads
A snippet for fetching and parsing resources from the document tree or custom DB table by a custom rule.
silvanus/ouroboros-orm
5 Downloads
Simple ORM for custom DB tables in WP
dd/modxevo-snippet-ddgetdocuments
17 Downloads
A snippet for fetching and parsing resources from the document tree or custom DB table by a custom rule.
drcsystems/display-third-party-users
12 Downloads
A simple wordpress plugin to display users in table on custom endpoint from third party API
microweber-deps/filament-dropdown-column
2 Downloads
Use custom dropdowns on filament tables as column
bhavishyajeet/laravel-searchable-trait
1 Downloads
A powerful, flexible search trait for Laravel Eloquent models with support for relation searches, custom column selection, and configurable table mappings.
baraadark/laravel-filter
24 Downloads
LaravelFilter is a package designed to simplify the process of filtering table fields in a Laravel project. It provides a straightforward way to implement custom query filters for your models.
bakkahit/sql-migration
38 Downloads
SqlMigration is a Laravel package that allows you to execute custom SQL migrations directly within your Laravel application. Instead of writing SQL queries manually or relying only on Laravel's built-in migrations, this package enables you to create and run .php migration files containing custom SQL commands like INSERT, DELETE, UPDATE, CREATE TABLE, and more.