-2
Source: stackoverflow.com
Programing Coderfunda
February 23, 2022
Laravel, php
No comments
php artisan tinker
DB::table('users')->insert(['name'=>'MyUsername','email'=>'thisis@myemail.com','password'=>Hash::make('123456')])
0 comments:
Post a Comment
Thanks