Str::substr()

static string substr(string $string, int $start, int|null $length = null) Returns the portion of string specified by the start and length parameters. Parameters string $string int $start int|null $length Return Value string

User::__call()

mixed __call(string $method, array $parameters) Handle dynamic method calls into the model. Parameters string $method array $parameters Return Value mixed

StatusCommand::options()

array options() Get all of the options passed to the command. Return Value array

RedirectResponse::__call()

$this __call(string $method, array $parameters) Dynamically bind flash data in the session. Parameters string $method array $parameters Return Value $this Exceptions BadMethodCallException

RefreshCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

EncryptedStore::previousUrl()

string|null previousUrl() Get the previous URL from the session. Return Value string|null

ConfigPublishCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

Connection::__construct()

void __construct(PDO|Closure $pdo, string $database = '', string $tablePrefix = '', array $config = array()) Create a new database connection instance. Parameters PDO|Closure $pdo string $database string $tablePrefix array $config Return Value void

Mailable::to()

$this to(object|array|string $address, string|null $name = null) Set the recipients of the message. Parameters object|array|string $address string|null $name Return Value $this

WithoutEvents

WithoutEvents trait WithoutEvents (View source) Methods disableEventsForAllTests() Prevent all event handles from being executed.