Laravel contracts tutorial
5 Feb 2016 php // app/Repositories/Contracts/PostRepositoryInterface.php namespace App\ Repositories\Contacts; interface PostRepositoryInterface { public 13 Nov 2016 Currently, I'm working on my first Laravel package. So, it was time to dive into the wonderful world of the service container and service providers 2 Feb 2018 Laravel notifications allow you to send a message to any user via Email, Slack, SMS, and use Illuminate\Contracts\Queue\ShouldQueue; use