for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Lib\Slime\Console\Commands;
use App\Lib\Slime\Console\DatabaseHelperCommand;
class MigrateCommand extends DatabaseHelperCommand
{
protected $classesPath = 'database/migrations';
}