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