skip to Main Content
author
104 views
1 vote

Laravel – How rith belongsToMany relation get number of related rows?

In laravel 11 app User model have defined relation :
namespace AppModels;

use IlluminateFoundationAuthUser as Authenticatable;
...
class User

Back To Top
Search