BelongsToMany::getRelatedIds()

Collection getRelatedIds() Get all of the IDs for the related models. Return Value Collection

ClearResetsCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

Filesystem::lastModified()

int lastModified(string $path) Get the file's last modification time. Parameters string $path Return Value int

ScheduleRunCommand::line()

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

Router::resource()

void resource(string $name, string $controller, array $options = array()) Route a resource to a controller. Parameters string $name string $controller array $options Return Value void

PostgresConnection::getEventDispatcher()

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

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

Event::thursdays()

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

AuthServiceProvider::__construct()

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

Event::sundays()

$this sundays() Schedule the event to run only on Sundays. Return Value $this