EventMakeCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

RouteCacheCommand

RouteCacheCommand class RouteCacheCommand extends Command (View source) Methods void __construct(Filesystem $files) Create a new route command instance. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command bool hasArgument(str

PolicyMakeCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

UserTrait::getAuthIdentifier()

mixed getAuthIdentifier() Get the unique identifier for the user. Return Value mixed

StatefulGuard::guest()

bool guest() Determine if the current user is a guest. Return Value bool

DatabaseNotification::hasMany()

HasMany hasMany(string $related, string $foreignKey = null, string $localKey = null) Define a one-to-many relationship. Parameters string $related string $foreignKey string $localKey Return Value HasMany

Cloud::prepend()

int prepend(string $path, string $data) Prepend to a file. Parameters string $path string $data Return Value int

Input::shouldReceive()

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

MySqlConnection::getQueryGrammar()

Grammar getQueryGrammar() Get the query grammar used by the connection. Return Value Grammar

PostgresConnection::table()

Builder table(string $table) Begin a fluent query against a database table. Parameters string $table Return Value Builder