System\Classes\SystemController

Overview

SystemController is the master controller for system related routing. It is currently only responsible for serving up the asset combiner contents.

Extends
  • Illuminate\Routing\Controller
See Also

Protected Properties

There are no protected properties in the class.

Show inherited protected properties

Inherited Protected Properties

  • $middleware - The middleware registered on the controller. (defined in Illuminate\Routing\Controller)

Public Methods

public combine()

public combine(string $name): string 

combine JavaScript and StyleSheet asset files

public resize()

public resize(string $name): RedirectResponse 

resize an image

Show inherited public methods

Inherited Public Methods

  • __call() - Handle calls to missing methods on the controller. (defined in Illuminate\Routing\Controller)
  • callAction() - Execute an action on the controller. (defined in Illuminate\Routing\Controller)
  • getMiddleware() - Get the middleware assigned to the controller. (defined in Illuminate\Routing\Controller)
  • middleware() - Register middleware on the controller. (defined in Illuminate\Routing\Controller)