AuthServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

Event::thursdays()

$this thursdays() Schedule the event to run only on Thursdays. Return Value $this

PolicyMakeCommand::question()

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

PostgresConnection::getEventDispatcher()

Dispatcher getEventDispatcher() Get the event dispatcher used by the connection. Return Value Dispatcher

Pivot::offsetSet()

void offsetSet(mixed $offset, mixed $value) Set the value for a given offset. Parameters mixed $offset mixed $value Return Value void

TerminableMiddleware deprecated::handle()

mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed

Foundation\Bootstrap

Illuminate\Foundation\Bootstrap Classes BootProviders ConfigureLogging DetectEnvironment HandleExceptions LoadConfiguration RegisterFacades RegisterProviders SetRequestForConsole

CallbackEvent::pingBefore()

$this pingBefore(string $url) Register a callback to ping a given URL before the job runs. Parameters string $url Return Value $this

Exists::using()

$this using(Closure $callback) Register a custom query callback. Parameters Closure $callback Return Value $this

ClearRemindersCommand::call()

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