for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Rap2hpoutre\LaravelStripeConnect;
use Illuminate\Support\ServiceProvider as BaseServiceProvider;
class ServiceProvider extends BaseServiceProvider
{
/**
* Bootstrap the application services.
*
* @return void
*/
public function boot()
$this->loadMigrationsFrom(__DIR__.'/../migrations');
}
* Register the application services.
public function register()
//