摘要:
【Laravel 】faker数据填充详解 安装 在laravel中已经自动集成,无需手动安装。如需在其他地方使用,可使用以下命令进行安装。 composer require fzaninotto/faker 为Faker指定中文支持 可通过在 config/app.php 增加如下配置使其支持中文 阅读全文
摘要:
介绍 Carbon是对PHP DateTime模块的二次扩展;提供时间格式化,时间计算的功能; 官方主页为 http://carbon.nesbot.com/; Github地址为 https://github.com/briannesbitt/Carbon; 官方主页为 http://carbon 阅读全文