Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

$user->id show 0 in blade laravel 8

Set $incrementing to false on your model.

public $incrementing = false;
The casts system checks if this is set to true, if it is, it will try to cast the the key field to an int.
 
PREVIOUS NEXT
Tagged: #show #blade #laravel
ADD COMMENT
Topic
Name
5+7 =