
Laravel
hello_sgw
蜗牛,需要一步一步爬
展开
-
laravel - Faker 类(数据填充)
<?phpnamespace Faker;/**/** * # 名字 * @property string $name // Lilyan Armstrong * @method string name(string $gender = null) * @property string $first...原创 2018-11-22 19:36:04 · 1842 阅读 · 0 评论 -
laravel 编写定时任务2种方式
第一种1、生成一个commands文件> php artisan make:command test2、打开文件进行修改laravel\App\Console\Commands\test.php<?phpnamespace App\Console\Commands;use Illuminate\Console\Command;use Illuminate\...原创 2018-11-23 11:10:11 · 2029 阅读 · 0 评论