Config::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

AuthenticatesAndRegistersUsers::postLogin()

Response postLogin(Request $request) Handle a login request to the application. Parameters Request $request Return Value Response

MessageBag::getMessageBag()

MessageBag getMessageBag() Get the messages for the instance. Return Value MessageBag

EventServiceProvider::register()

register() {@inheritdoc}

RedirectResponse::throwResponse()

throwResponse() Throws the response in a HttpResponseException instance. Exceptions HttpResponseException

ControllerMakeCommand

ControllerMakeCommand class ControllerMakeCommand extends GeneratorCommand (View source) Methods void __construct(Filesystem $files) Create a new controller creator command instance. from GeneratorCommand 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 comm

BelongsToMany::getRelatedFreshUpdate()

string getRelatedFreshUpdate() Get the related model's updated at column name. Return Value string

SeederMakeCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

JobMakeCommand

JobMakeCommand class JobMakeCommand extends GeneratorCommand (View source) Methods void __construct(Filesystem $files) Create a new console command instance. from GeneratorCommand 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 Comma

Str::is()

static bool is(string $pattern, string $value) Determine if a given string matches a given pattern. Parameters string $pattern string $value Return Value bool