class RouteAction (View source)
static array | parse(string $uri, mixed $action) Parse the given action into an array. | |
static array | missingAction(string $uri) Get an action for a route that has no action. | |
static callable | findCallable(array $action) Find the callable in an action array. | |
static string | makeInvokable(string $action) Make an action for an invokable controller. |
Parse the given action into an array.
Get an action for a route that has no action.
Find the callable in an action array.
Make an action for an invokable controller.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Routing/RouteAction.html