Showing 10 of 1,322 results.

Laravel Router Helper Function: put

…. The $uri is the URI of the route, such as / or login . The $action is what will be executed by the router when the route is eventually matched. The $action can be a Closure or a mapping to a controller method. Other advanced options exist, but...

Laravel Router Helper Function: get

…. The $uri is the URI of the route, such as / or login . The $action is what will be executed by the router when the route is eventually matched. The $action can be a Closure or a mapping to a controller method. Other advanced options exist, but...

Grammar Files | Contributing

The Antlers TextMate grammar is located within the client's source directory, and be found at client/syntaxes/antlers.json .

Laravel Artisan General Command: The up Command

The up command is used to take an application out of maintenance mode. It does this by removing a file named down from the application's framework storage directory (by default this is storage/framework/ ). The following demonstrates the usage of...

Laravel Router Helper Function: post

…. The $uri is the URI of the route, such as / or login . The $action is what will be executed by the router when the route is eventually matched. The $action can be a Closure or a mapping to a controller method. Other advanced options exist, but...

Filter Search