Page Templates

Textstem pages are rendered using blade templates located in wrangler/pages directory.

Shared Data

Textstem shares the following data with all views that are rendered by your application. 

  • $page - the current page (object)
  • $user - the current user (object)
  • $routes - an array of publishable routes such as login, logout and dashboard

Wrangler

The Wrangler facade provide a convenient way to access additional data - such as menus