0 votes
in Laravel by
Explain the concept of contracts in Laravel.

1 Answer

0 votes
by

They are set of interfaces of Laravel framework. These contracts provide core services. Contracts defined in Laravel include corresponding implementation of framework.

...