Jump to Content
TatankaGuidesDownload
GuidesDiscussions
v1.0

GuidesDownloadLog InTatanka
Guides
Log In
v1.0GuidesDiscussions

Overview

  • The Purpose of Tatanka

How-Tos

  • Getting Started with Tatanka
  • Creating a Layout

Documentation

  • Environments
  • Your App's Child Class
  • Routing
  • Pagination
  • Alerts
  • JS/CSS Optimization
  • Database Migrations
  • Helper Functions
  • Arrow Client
  • Modules
  • Module Hooks
  • Updating Tatanka
  • Contribute

Modules

  • sitemap.class.php
  • facebook.class.php
  • google.class.php
  • twitter.class.php
  • instagram.class.php
  • helper.class.php
  • User Module

Examples

  • Basic Website
  • Tshirt Store Website
  • Restful API

Gallery

  • GoReturnMe
  • KarlSteltenpohl.com
  • FlipFace Tees
Powered by 

Creating a Layout

Setup a layout in a flash!

Suggest Edits

Creating layouts for your application is easy.

Step One - Create Layouts Directory

Start by creating a directory called layouts in the root of your application.

mkdir layouts

Step Two - Create your Application's Layout Directory

cd layouts
mkdir my-application-layout

Updated less than a minute ago


  • Table of Contents
    • Step One - Create Layouts Directory
    • Step Two - Create your Application's Layout Directory