for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Sarahman\SmsService;
use Illuminate\Support\ServiceProvider;
class SmsGatewayServiceProvider extends ServiceProvider
{
public function boot()
$this->package('sarahman/sms-service-with-bd-providers', null, __DIR__);
$this->package('sarahman/laravel-http-request-api-log', null, __DIR__.'/../../laravel-http-request-api-log/src');
}
public function register()
// We have nothing to register here