ControllerDispatcher

ControllerDispatcher class ControllerDispatcher (View source) Traits RouteDependencyResolverTrait

MySqlConnection::affectingStatement()

int affectingStatement(string $query, array $bindings = array()) Run an SQL statement and get the number of rows affected. Parameters string $query array $bindings Return Value int

RedirectsUsers

RedirectsUsers trait RedirectsUsers (View source) Methods string redirectPath() Get the post register / login redirect path.

UrlGenerator::macro()

static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void

RouteListCommand::callSilent()

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

ViewClearCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

Router::is()

bool is() Alias for the "currentRouteNamed" method. Return Value bool

SubscribeCommand deprecated::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void

CacheTableCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

LengthAwarePaginator::currentPageResolver()

static void currentPageResolver(Closure $resolver) Set the current page resolver callback. Parameters Closure $resolver Return Value void