What is contracts in Laravel
Contracts are set of interfaces that provide core service and developer can write loosely typed code. For example mailer contract for sending mails in laravel Illuminate\Contracts\Mail\Mailer Click here for more interview questions