Posts by Marcus Vinicius Campos • 23 points
2 posts
-
1
votes1
answer50
viewsQ: Ioc Laravel Conflict 5.3
I have the following codes: Chat Staff Service namespace Chat\Api\V1\Services\Chat; class ChatStaffService extends Service { private $chatService; public function __construct(ChatService…
-
1
votes0
answers77
viewsQ: How to change dev-master releases to stable
I’m creating a package for sockets in PHP for Laravel, but I can’t just use Composer require because the package is in dev-master and of course I don’t want to change all my main application to…