Route::defaults()

$this defaults(string $key, mixed $value) Set a default value for the route. Parameters string $key mixed $value Return Value $this

Route::controllerMiddleware()

array controllerMiddleware() Get the middleware for the route's controller. Return Value array

Route::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

Route::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

Route::bindParameters()

array bindParameters(Request $request) Extract the parameter list from the request. Parameters Request $request Return Value array

Route::bind()

$this bind(Request $request) Bind the route to a given request for execution. Parameters Request $request Return Value $this

Route

Route class Route extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. 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 instance. from Facade static void clearResolvedInstances() Clear all of the resolve

Route

Route class Route (View source) Traits RouteDependencyResolverTrait

RollbackCommand::__construct()

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

RollbackCommand::warn()

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