SQLiteGrammar::compileTableExists()

string compileTableExists() Compile the query to determine if a table exists. Return Value string

FormRequest::duplicate()

duplicate(array $query = null, array $request = null, array $attributes = null, array $cookies = null, array $files = null, array $server = null) {@inheritdoc} Parameters array $query array $request array $attributes array $cookies array $files array $server

Monitor

Monitor interface Monitor (View source) Methods void looping(mixed $callback) Register a callback to be executed on every iteration through the queue loop. void failing(mixed $callback) Register a callback to be executed when a job fails after the maximum amount of retries. void stopping(mixed $callback) Register a callback to be executed when a daemon queue is stopping.

Builder::getProcessor()

Processor getProcessor() Get the database query processor instance. Return Value Processor

DatabaseNotification::forceDelete()

bool|null forceDelete() Force a hard delete on a soft deleted model. This method protects developers from running forceDelete when trait is missing. Return Value bool|null

Application::isBooted()

bool isBooted() Determine if the application has booted. Return Value bool

DatabaseNotification::getKey()

mixed getKey() Get the value of the model's primary key. Return Value mixed

CacheManager::__construct()

void __construct(Application $app) Create a new Cache manager instance. Parameters Application $app Return Value void

CacheManager::getDefaultDriver()

string getDefaultDriver() Get the default cache driver name. Return Value string

NotificationMakeCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool