Libraries tagged by popstate
torann/laravel-pjax-middleware
89 Downloads
Enable the use of PJAX in Laravel.
wildside/userstamps
1389888 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
538212 Downloads
PDF form filling using FPDM Class written by FPDF author Olivier
willdurand/faker-bundle
1209456 Downloads
Put the awesome Faker lib into the DIC and populate your database with fake data.
laragear/populate
5540 Downloads
Populate your database with a supercharged, continuable seeder
slm/mail
706757 Downloads
Integration of various email service providers in the Laminas\Mail
postare/blade-mdi
146940 Downloads
Material Design Icons for Laravel Blade views.
yiisoft/hydrator
74940 Downloads
Create and populate objects with type casting, mapping and dependencies resolving support.
sheadawson/silverstripe-dependentdropdownfield
213852 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
65238 Downloads
Populate Craft fields with dynamic data using the power of Twig.
noahheck/e_pdostatement
18591 Downloads
Drop in replacement for default PDOStatement class allowing devs to view an interpolated version of a parameterized query
dnadesign/silverstripe-populate
94231 Downloads
Populate your database through YAML files
dkd/php-populate
55228 Downloads
Trait for PHP classes, allowing properties to be populated from sources like JSON, via getters but using a single method
aglipanci/postmates-api
19222 Downloads
Postmates API Client for PHP
robinncode/db_craft
2163 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.