0 votes
in Laravel by
What are contracts?

1 Answer

0 votes
by

Laravel Contracts are a set of interfaces with implementation methods to complete the core tasks of Laravel.

Laravel Contracts

Few examples of contracts in Laravel are Queue and Mailer. Queue contract has an implementation of Queuing jobs while Mailer contract has an implementation to send emails.

Related questions

0 votes
asked Feb 7, 2022 in BlockChain by GeorgeBell
+3 votes
asked Aug 14, 2019 in BlockChain by rahulsharma
...