Skip to content

v3.2.0 - Add --noregister option

Choose a tag to compare

@tihomiro tihomiro released this 28 Jan 08:35
· 12 commits to master since this release

New Feature

  • --noregister option: Generate seed files without adding them to DatabaseSeeder.php. Useful for creating backup seeders or manually managing which seeders are registered.

Usage

php artisan iseed users --noregister

Thanks

Thanks to @VukTodorovic for the original PR #230 (renamed from --noseed to --noregister for clearer semantics).