Libraries tagged by table
mouf/html.widgets.statsgrid
8489 Downloads
This PHP package contains a HTML pivot table. You provide it with a data set and the list of columns and rows and it will display a nice pivot table.
mirzabusatlic/laravel-schedule-monitor
56215 Downloads
Monitor the output of scheduled tasks in a database table
marcocesarato/sqlparser
29068 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.
lara-zeus/popover
9372 Downloads
Zeus Popover is filamentphp component to show a Popover with custom content in tables and infolist
kingmaker/laravel-many-to-many-self-relationship
20022 Downloads
Laravel Many to Many Relationship on the same Model through a pivot table providing two-way association.
kepex/laravel-crud-generator
15277 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables
keinos/parsedown-toc
15335 Downloads
Table of Contents Extension for Parsedown, the Parser for Markdown.
hywan/database-to-plantuml
6928 Downloads
Extract database table information into a PlantUML description.
gentritxhema/laravel-currency
5708 Downloads
Laravel currency table migration and seed
flightsadmin/livewire-crud
14706 Downloads
Scaffold Livewire Components, migrations, factory and crud in one command based on database tables.
dragon-code/laravel-data-dumper
2365 Downloads
Adding data from certain tables when executing the `php artisan schema:dump` console command
djokicpn/laravel-email-audit-log
38624 Downloads
This Service provider will monitor all emails that has been sent out of your system. Sent emails will be stored in email_audit_log table
dev-lnk/laravel-code-builder
3255 Downloads
Generate classes and files from table schema
darkmatus/roleuserbridge
17451 Downloads
ZfcUser/BjyAuthorize Bridge for auto-adding User to the user_role_table from BjyAuthorize. including fix bc break
cyppe/laravel-batch-jobs-redis-driver
8618 Downloads
Redis driver for handling batch jobs in Laravel instead of default mysql table job_batches