Libraries tagged by seeme
emmanuel_saleem/command_me
14 Downloads
Create a migration with columns, and use these columns to generate a seeder, factory, controller, resource, and route
edeoliv/laravel-countries-states-cities
14 Downloads
Laravel Countries States Cities DB Migration & Seeder
dizatech/burp
8 Downloads
Simple PHP router that works with query-string and uri-segments, laravel filter system
develme/database-patch
8 Downloads
A patch system designed similar to Laravel's database migration tools. Instead of being used to manage schema, the patch system is used to fill that grey area between a database seeder and a database migration. The intentions of the system is to patch/adjust existing data, but this could be a replacement for seeders since whether a patch has been ran or not is tracked.
custom-d/laravel-seedonce
205 Downloads
Laravel package to run seeders only once
copemsamx/laravel-seedable
5 Downloads
Laravel package that allows seeding based on a trait and custom seeder
concretecms/fresh
1 Downloads
Concrete CMS database seeder / cleaner
codepluswander/laravel-database-seed-version
349 Downloads
Run database seeders with history tracking like migrations
cnizzardini/cakephp-sakila-plugin
134 Downloads
A data seeder based on the MySQL Sakila database for CakePHP 4.x
cheukpang/pscws4
13 Downloads
PSCWS 是英文 PHP Simple Chinese Words Segmentation 的头字母缩写,它是 SCWS 项目的前身。
bretticus/bseed
32 Downloads
Seeder for BambooHR
braunson/laravel-rackspace-cdn
38 Downloads
Updated version of ThomasWelton's because that repo seems to be inactive
brandonbest/php-unittest-sqlite
1015 Downloads
Limit the number of migrations/seeders run during unit tests.
bergischweb/magnificpopupvideo
26 Downloads
A video element based on Magnificpopup by Dimitry Semenov/Danny Hearnah - http://dimsemenov.com/plugins/magnific-popup/
astamatech/laravel-autoseed
5 Downloads
A tool for retrieving data from a table in a database and inputting it into a seeder file in a Laravel-based application. The goal is to make it easier for developers to create seeders so they don't write manually.