You can try setting public $incrementing = false; on your model so eloquent doesn’t expect your primary key to be an autoincrement primary key.
You can try setting public $incrementing = false; on your model so eloquent doesn’t expect your primary key to be an autoincrement primary key.