Libraries tagged by create table
mjducharme/laravel-model-json-storage
175 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
kcy/dynamic-datatables
4 Downloads
A little work to create dynamic tables from different projects
josercl/laraveladmin
30 Downloads
Library to create admin tables
jjawesome/yii-tool
1 Downloads
it is a yii fillform tool and middle table create tool that can fast and easy create a fillform page base on yii2 and it can product a api,the middleware tool can run many node,use sql both you can write php-programe,and the query is unbuffer,so do't care memory
cmdtaz/metadata
44 Downloads
Will help you to manage your metadata instead of create one table for each datasets
abdomassoun/algeria-wilayas
7 Downloads
This package is designed to help Laravel developers integrate wilayas data into their projects in the easiest way possible. It includes an enum of wilayas and provides the ability to create a table that includes all the data of wilayas with their information (optional to create a table of wilayas). It also includes a Wilaya model (class).
bluegg/csvtotable
31 Downloads
Create a table from a CSV
ralfmaxxx/behat_multidimensional_extension
22 Downloads
It allows you to create multidimensional TableNode based on dot notation
zngly/zngly-graphql-db
0 Downloads
A plugin that allows you to create custom database tables and use them in GraphQL queries & mutations
timo/createhtmltable
1 Downloads
a small function to create an html table with arrays u need
bootpress/sqlite
1165 Downloads
Extends the BootPress Database Component to create and update tables and indexes at will, and simplifies FTS full-text searching.
bootpress/bootstrap
586 Downloads
Create Bootstrap grids, tables, forms, buttons, dropdowns, groups, navs, breadcrumbs, pagination, panels, accordions, carousels, etc ... all without touching a single div!
aaw0/adnec-sliders
5 Downloads
Home Page Sliders to be used in the carousel and replace the old way, create a database table too.
slam/php-spreadsheet-helper
245 Downloads
PhpSpreadsheet helper to create organized data table
v8-ict/laravel-smart-cache
14 Downloads
Allows to capture the entire response with a middleware, and while caching it observer the checksum of the database tables used to create the response, if any related table has a modified checksum, it refreshes the response. This makes it serve live data, but then cached as long as it is not modified. Huge reduction of resource consumption and keep data live.