Laravel + React
/
php artisan tinker
App\Models\User::factory()->create(['email'=>'admin@example.com','name'=>'admin', 'password'=> bcrypt('Aa123456.')]);
exit (to leave tinker)
本文章首发在 LearnKu.com 网站上。
推荐文章: