Registrar::post()

void post(string $uri, Closure|array|string $action) Register a new POST route with the router. Parameters string $uri Closure|array|string $action Return Value void

RouteListServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

MailServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

MailMessage::cc()

$this cc(string|array $address) Set the recipients of the message. Parameters string|array $address Return Value $this

User::getAttribute()

mixed getAttribute(string $key) Get an attribute from the model. Parameters string $key Return Value mixed

RedisBroadcaster::auth()

mixed auth(Request $request) Authenticate the incoming request for a given channel. Parameters Request $request Return Value mixed

DatabaseNotification::reguard()

static void reguard() Enable the mass assignment restrictions. Return Value void

MailServiceProvider::__construct()

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

Paginator::__construct()

void __construct(mixed $items, int $perPage, int|null $currentPage = null, array $options = array()) Create a new paginator instance. Parameters mixed $items int $perPage int|null $currentPage array $options (path, query, fragment, pageName) Return Value void

Collection::flip()

Collection flip() Flip the items in the collection. Return Value Collection