Libraries tagged by seeds
alasit/gardener
224 Downloads
Smart seeders for Laravel. created and developed by gizburdt
xvlady/iseed
749 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
codesleeve/fixture-l4
1242 Downloads
A simple, easy to use fixture library for Laravel 4
polygontech/data-migration-laravel
578 Downloads
Migration utility for creating or changing data in production
tomatophp/tomato-locations-module
639 Downloads
Database seeds for Locations plugin for TomatoPHP
rafwell/laravel-municipios
19 Downloads
Municípios e UFS para Laravel com Models, Migrations e Seeds.
kushy/metrc-php-sdk
85 Downloads
An easy to use PHP API for the METRC state licensed seed to sale cannabis API using the Guzzle library. Require, create new instance with API keys, and query any endpoint (GET, POST, PUT, DELETE)
killmenot/undo-seeder-laravel
9 Downloads
A way to rollback seeds in Laravel
helios-live/reseedr
12 Downloads
Easily create snapshots of tables and seed them back in
germanow/yii2-active-record-seeder
619 Downloads
Seeds database with test or default values.
etsetra/laravel-migration-shield
1 Downloads
Protects production environments by preventing the execution of dangerous migration and seeding commands like migrate:fresh, migrate:refresh, migrate:rollback, db:seed, and db:wipe.
devitek/torrent-fake-seeder
114 Downloads
Fake a torrent's seed
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
cable8mm/order-sheet
281 Downloads
This package is able to generate a kind of seed for order sheets and order invoices so you can use it for testing like that
backendtea/phinx-csv-seeder
2208 Downloads
A simple way to seed your database from a csv file using phinx