Libraries tagged by generate table
tohsakarat/table-of-content
1671 Downloads
A Flarum extension. Automaticallly generate a catalogue for your posts. Also includes a BBCode: [anchor=anchorname] - whitch allows you to insert a anchor in your posts whitch can be jump to, besides h1-h6. Moreover, add a fancy lightblue indicator bar to your titles.
dudapiotr/zftable
30107 Downloads
Flexible tool to generate table
aspose/words-sdk-php
5017 Downloads
Open, generate, edit, split, merge, compare and convert Word documents. Integrate Cloud API into your solutions to manipulate documents. Convert PDF to Word (DOC, DOCX, ODT, RTF and HTML) and in the opposite direction.
dev-lnk/laravel-code-builder
4238 Downloads
Generate classes and files from table schema
ahmetsabri/gaza-validation-generator
394 Downloads
A Laravel package to generate validation rules for database tables
evolvo/laravel-code-generators
16152 Downloads
Artisan commands to generate laravel project code from existing database tables.
cheesegrits/iseed
1446 Downloads
This is a fork of the SchuBu/iseed of the original package Orangehill/Iseed. Generate a new Laravel database seed file based on data from the existing database table.
websedit/we-cookie-consent
50508 Downloads
Cookie Consent Panel (Optin) with DSGVO/GDPR compliant use of cookies. Preconfigured modules for Google Analytics, Facebook and other frequently used services. Arbitrary expandability with tracking scripts that generate cookies on your website. Support for Google Tag Manager incl. Google Consent Mode and Google Consent Mode v2. Easy export for Google Tag Manager. Third-party cookies and scripts are only loaded when active consent is given. Website visitors can edit their privacy settings at any time. Automatic update of cookie information when new cookies/scripts are inserted with secure consent procedure. Cookies can be automatically added to the privacy policy via a plugin. Multilingual and full support for desktop, tablet and mobile. Four standard modes for displaying the content solution. Based on Klaro!.
a909m/filament-generate-helpers
31 Downloads
Effortlessly generate reusable form fields and table column helpers for Filament resources based on Laravel models, streamlining your development workflow.
simondevelop/array-organize
2755 Downloads
Php library for easy sorting of data, generate html table and more.
entidi/silverstripe-autotoc
3227 Downloads
Dynamically generate the table of contents from $Content
samyoteroglez/larawesomecrud
282 Downloads
CRUD generator for Laravel. Generates models, controller and views based on the database tables. This project is based on kEpEx/laravel-crud-generator from Alfredo Aguirre ([email protected]).
phpbench/tabular
14500 Downloads
Generate complex tables from simple configuration
activecollab/databasestructure
14954 Downloads
Define database structure in PHP and let the library generate object classes and tables
robinncode/db_craft
583 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.