for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Glorand\Model\Settings;
use Illuminate\Support\ServiceProvider;
class ModelSettingsServiceProvider extends ServiceProvider
{
public function boot()
$this->loadMigrationsFrom(__DIR__ . '/../migrations/');
}