for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Arcanedev\LaravelAuth;
/**
* Class Auth
*
* @package Arcanedev\LaravelAuth
* @author ARCANEDEV <[email protected]>
*/
class Auth
{
/* -----------------------------------------------------------------
| Properties
| -----------------------------------------------------------------
* Indicates if migrations will be run.
* @var bool
public static $runsMigrations = true;
| Main Methods
* Publish the migrations.
public static function publishMigrations()
static::$runsMigrations = false;
}