Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

laravel orm fetures

public function boot(DispatcherContract $events)
{
    parent::boot($events);

    Student::creating(function($student)
    {
        //
    });
}
Source by scoutapm.com #
 
PREVIOUS NEXT
Tagged: #laravel #orm #fetures
ADD COMMENT
Topic
Name
9+1 =