You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created new record follow below command:
$user = User::create(['name'=>"Sumit", 'email' => "[email protected]", 'website' => "example.com"]);
In database, value of 'website' property is examplecom.
Why?
The text was updated successfully, but these errors were encountered:
I created new record follow below command:
$user = User::create(['name'=>"Sumit", 'email' => "[email protected]", 'website' => "example.com"]);
In database, value of 'website' property is examplecom.
Why?
The text was updated successfully, but these errors were encountered: