Libraries tagged by popstate
torann/laravel-pjax-middleware
89 Downloads
Enable the use of PJAX in Laravel.
wildside/userstamps
1333780 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
tmw/fpdm
516732 Downloads
PDF form filling using FPDM Class written by FPDF author Olivier
slm/mail
701774 Downloads
Integration of various email service providers in the Laminas\Mail
willdurand/faker-bundle
1207451 Downloads
Put the awesome Faker lib into the DIC and populate your database with fake data.
laragear/populate
2688 Downloads
Populate your database with a supercharged, continuable seeder
postare/blade-mdi
125079 Downloads
Material Design Icons for Laravel Blade views.
yiisoft/hydrator
66746 Downloads
Create and populate objects with type casting, mapping and dependencies resolving support.
sheadawson/silverstripe-dependentdropdownfield
208382 Downloads
A silverstripe dropdown field that has it's options populated via ajax, based on the value of the field it depends on
lewisjenkins/craft-dynamic-fields
64754 Downloads
Populate Craft fields with dynamic data using the power of Twig.
noahheck/e_pdostatement
18041 Downloads
Drop in replacement for default PDOStatement class allowing devs to view an interpolated version of a parameterized query
dnadesign/silverstripe-populate
92453 Downloads
Populate your database through YAML files
dkd/php-populate
53948 Downloads
Trait for PHP classes, allowing properties to be populated from sources like JSON, via getters but using a single method
aglipanci/postmates-api
18763 Downloads
Postmates API Client for PHP
robinncode/db_craft
1555 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.