Macroable::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

DatabaseNotification

DatabaseNotification class DatabaseNotification extends Model (View source) Constants CREATED_AT The name of the "created at" column. UPDATED_AT The name of the "updated at" column.

UrlGenerator::isValidUrl()

bool isValidUrl(string $path) Determine if the given path is a valid URL. Parameters string $path Return Value bool

Blueprint::timestampTz()

Fluent timestampTz(string $column) Create a new timestamp (with time zone) column on the table. Parameters string $column Return Value Fluent

RollbackCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

MySqlConnection::useDefaultSchemaGrammar()

void useDefaultSchemaGrammar() Set the schema grammar to the default implementation. Return Value void

GenericUser::getRememberTokenName()

string getRememberTokenName() Get the column name for the "remember me" token. Return Value string

Rule::notIn()

static NotIn notIn(array $values) Get a not_in constraint builder instance. Parameters array $values Return Value NotIn

Registrar::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

Mail::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void