SoftDeletingScope

SoftDeletingScope class SoftDeletingScope implements Scope (View source) Methods void apply(Builder $builder, Model $model) Apply the scope to a given Eloquent query builder. void extend(Builder $builder) Extend the query builder with the needed functions.

TokenRepositoryInterface::create()

string create(CanResetPassword $user) Create a new token. Parameters CanResetPassword $user Return Value string

ViewClearCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

StatusCommand::__construct()

void __construct(Migrator $migrator) Create a new migration rollback command instance. Parameters Migrator $migrator Return Value void

OptimizeCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

SQLiteGrammar::getValue()

string getValue(Expression $expression) Get the value of a raw expression. Parameters Expression $expression Return Value string

Notification

Notification class Notification extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static void spy() Convert the facade into a Mockery spy. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade

URL::setFacadeApplication()

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

DatabaseNotification::saveOrFail()

bool saveOrFail(array $options = array()) Save the model to the database using transaction. Parameters array $options Return Value bool Exceptions Throwable

Database\Query

Illuminate\Database\Query Namespaces Illuminate\Database\Query\GrammarsIlluminate\Database\Query\Processors Classes Builder Expression JoinClause