Hashing

Illuminate\Hashing Classes BcryptHasher HashServiceProvider

CheckForMaintenanceMode

CheckForMaintenanceMode class CheckForMaintenanceMode (View source) Methods void __construct(Application $app) Create a new middleware instance. mixed handle(Request $request, Closure $next) Handle an incoming request.

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

Connection::getPostProcessor()

Processor getPostProcessor() Get the query post processor used by the connection. Return Value Processor

HasOneOrMany::relatedUpdatedAt()

string relatedUpdatedAt() Get the name of the related model's "updated at" column. Return Value string

MorphOneOrMany::updateOrCreate()

Model updateOrCreate(array $attributes, array $values = array()) Create or update a related record matching the attributes, and fill it with values. Parameters array $attributes array $values Return Value Model

Model::newEloquentBuilder()

Builder|Model newEloquentBuilder(Builder $query) Create a new Eloquent query builder for the model. Parameters Builder $query Return Value Builder|Model

TestCase::seeLink()

$this seeLink(string $text, string|null $url = null, bool $negate = false) Assert that a given link is seen on the page. Parameters string $text string|null $url bool $negate Return Value $this

Event::description()

$this description(string $description) Set the human-friendly description of the event. Parameters string $description Return Value $this

JoinClause::whereColumn()

Builder|Builder whereColumn(string|array $first, string|null $operator = null, string|null $second = null, string|null $boolean = 'and') Add a "where" clause comparing two columns to the query. Parameters string|array $first string|null $operator string|null $second string|null $boolean Return Value Builder|Builder