commercepundittech/laravel-seeding
Composer 安装命令:
composer require commercepundittech/laravel-seeding
包简介
Database seeder for Laravel
关键字:
README 文档
README
This is simply laravel seeding module for database.
How to install
composer require commercepundittech/laravel-seeding
How to activate this module in Laravel application
Add the ServiceProvider to the providers array in config/app.php
CommercePunditTech\LaravelSeeding\LaravelSeedingServiceProvider,
Copy the package config to your local config with the publish command:
php artisan vendor:publish --provider="CommercePunditTech\LaravelSeeding\LaravelSeedingServiceProvider"
TO Do List
- Add feature like Laravel migration for Database seeding
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-07