Laravel Row Exists Or Null

[Solved] Laravel Row Exists Or Null | Php - Code Explorer | yomemimo.com
Question : laravel row exists or null

Answered by : kriss-sachintha

$result = User::where('id',$id)->exists();

Source : https://stackoverflow.com/questions/27095090/laravel-checking-if-a-record-exists | Last Update : Fri, 06 May 22

Answers related to laravel row exists or null

Code Explorer Popular Question For Php