Skip to content

arxcode40/codeigniter3-seeder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeIgniter 3 Database Seeding

Database seeding is a simple way to add data into your database. It is especially useful during development where you need to populate the database with sample data that you can develop against, but it is not limited to that. Seeders can contain static data that you don’t want to include in a migration, like countries, or geo-coding tables, event or setting information, and more.

About

CodeIgniter 3 Database Seeding

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published