Artisan::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

Validator::getDisplayableValue()

string getDisplayableValue(string $attribute, mixed $value) Get the displayable name of the value. Parameters string $attribute mixed $value Return Value string

MakeAuthCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

Contracts\Pipeline

Illuminate\Contracts\Pipeline Interfaces Hub Pipeline

ConsoleMakeCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

ConsoleServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

EncryptedStore::invalidate()

invalidate($lifetime = null) {@inheritdoc} Parameters $lifetime

Foundation\Console

Illuminate\Foundation\Console Classes AssetPublishCommand AutoloadCommand ChangesCommand ClearCompiledCommand CommandMakeCommand ConfigPublishCommand DownCommand EnvironmentCommand KeyGenerateCommand MigratePublishCommand OptimizeCommand RoutesCommand ServeCommand TailCommand TinkerCommand UpCommand ViewPublishCommand

Unique::__construct()

void __construct(string $table, string $column = 'NULL') Create a new unique rule instance. Parameters string $table string $column Return Value void

Factory::of()

FactoryBuilder of(string $class, string $name = 'default') Create a builder for the given model. Parameters string $class string $name Return Value FactoryBuilder