for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Mvdnbrk\DhlParcel;
use Illuminate\Support\ServiceProvider;
class DhlParcelServiceProvider extends ServiceProvider
{
/**
* Bootstrap the application services.
*
* @return void
*/
public function boot()
//
}
* Register the application services.
public function register()
$this->mergeConfigFrom(__DIR__.'/../config/dhlparcel.php', 'dhlparcel');