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