PHPプログラムに関する各種メモ書き

PHPでテストデータを作成する Faker

● Faker

https://github.com/fzaninotto/Faker

● Faker使い方(基本)

http://www.tam-tam.co.jp/tipsnote/program/post10791.html

● Fakerで生成できる日本語データの種類

https://github.com/fzaninotto/Faker/tree/master/src/Faker/Provider/ja_JP

● 主要PHPフレームワークでのインテグレーション

Laravel5 https://laravel.com/docs/5.4/seeding

CodeIgniter4 https://bcit-ci.github.io/CodeIgniter4/database/seeds.html

No.1133
10/29 08:54

edit