RouteFiltererInterface

RouteFiltererInterface interface RouteFiltererInterface (View source) Methods void filter(string $name, mixed $callback) Register a new filter with the router. mixed callRouteFilter(string $filter, array $parameters, Route $route, Request $request, Response|null $response = null) Call the given route filter.

PostgresGrammar::setTablePrefix()

$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this

Mailer::plain()

void plain(string $view, array $data, mixed $callback) Send a new message when only a plain part. Parameters string $view array $data mixed $callback Return Value void

MorphMany::__clone()

void __clone() Force a clone of the underlying query builder when cloning. Return Value void

SQLiteGrammar::wrapTable()

string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. Parameters Expression|string $table Return Value string

MailMakeCommand::confirm()

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

LogServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

Redirector::route()

RedirectResponse route(string $route, array $parameters = array(), int $status = 302, array $headers = array()) Create a new redirect response to a named route. Parameters string $route array $parameters int $status array $headers Return Value RedirectResponse

User::getTable()

string getTable() Get the table associated with the model. Return Value string

SeedCommand::confirmToProceed()

bool confirmToProceed(string $warning = 'Application In Production!', Closure $callback = null) Confirm before proceeding with the action Parameters string $warning Closure $callback Return Value bool