Nothing here yet.
Nothing here yet.
No blogs yet.
Thank @cengkuru, but in that case I only set permissions per group. How can I accomplish creating many models as users so that I can set relations for this each models like for example: Teacher Model - public function students() { return $this->hasMany(Student::class); }, Student Model - public function teacher () { return $this->belongsTo(Teacher:;class); }. Did you get the point?