for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider
{
/**
* Bootstrap any application services.
*
* @return void
*/
public function boot()
}
* Register any application services.
public function register()
$this->mergeConfig();
private function mergeConfig()
$this->mergeConfigFrom(
config_path('rabbitmq.php'),
'rabbitmq'
);
config_path('sentry.php'),
'sentry'