MorphPivot::applyGlobalScopes()

Builder applyGlobalScopes(Builder $builder) Apply all of the global scopes to an Eloquent builder. Parameters Builder $builder Return Value Builder

MakeAuthCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

CheckResponseForModifications

CheckResponseForModifications class CheckResponseForModifications (View source) Methods mixed handle(Request $request, Closure $next) Handle an incoming request.

User::with()

static Builder|Model with(array|string $relations) Begin querying a model with eager loading. Parameters array|string $relations Return Value Builder|Model

RegistersUsers::register()

Response register(Request $request) Handle a registration request for the application. Parameters Request $request Return Value Response

RemindersControllerCommand::setLaravel()

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

MandrillTransport

MandrillTransport class MandrillTransport extends Transport (View source) Properties array $plugins The plug-ins registered with the transport. from Transport

CallbackEvent::description()

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

ClassFinder::findClasses()

array findClasses(string $directory) Find all the class and interface names in a given directory. Parameters string $directory Return Value array

EloquentUserProvider

EloquentUserProvider class EloquentUserProvider implements UserProvider (View source) Methods void __construct(Hasher $hasher, string $model) Create a new database user provider. Authenticatable|null retrieveById(mixed $identifier) Retrieve a user by their unique identifier. Authenticatable|null retrieveByToken(mixed $identifier, string $token) Retrieve a user by their unique identifier and "remember me" token. void updateRememberToken(Authenticatable $user, string $token)