SortedMiddleware::diff()

Collection diff(mixed $items) Get the items in the collection that are not present in the given items. Parameters mixed $items Return Value Collection

Blueprint::decimal()

Fluent decimal(string $column, int $total = 8, int $places = 2) Create a new decimal column on the table. Parameters string $column int $total int $places Return Value Fluent

Connection::unprepared()

bool unprepared(string $query) Run a raw, unprepared query against the PDO connection. Parameters string $query Return Value bool

ControllerMakeCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

EncryptionServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

TaggedCache::setEventDispatcher()

void setEventDispatcher(Dispatcher $events) Set the event dispatcher instance. Parameters Dispatcher $events Return Value void

MaintenanceServiceProvider::commands()

void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void

Request::getRouteResolver()

Closure getRouteResolver() Get the route resolver callback. Return Value Closure

CapsuleManagerTrait::setAsGlobal()

void setAsGlobal() Make this capsule instance available globally. Return Value void

UserTrait::getRememberToken()

string getRememberToken() Get the token value for the "remember me" session. Return Value string