📕
Sprnva Docs
  • Introduction
  • What's New?
  • Installation
    • Requirements
    • Download Sprnva zip no composer required
    • Install Sprnva Using Composer
    • Setup Config
  • Deployment
  • File Structure
  • Database
    • Select
    • SelectLoop
    • Insert
    • Update
    • Delete
    • Query
    • Seeder
    • Paginate
    • With
    • andFilter
    • withCount
    • get
  • Query Builder
  • Migration
    • INSTANCES
      • NEW
      • RENAMETABLE
      • DROP
      • CHANGE
    • DUMPS
      • dump
      • dump prune
    • MAKE
    • MIGRATE
      • migrate
      • migrate fresh
    • ROLLBACK
  • Routing
    • with parameter
    • multiple parameters
    • with closure
    • group
    • controller grouping
  • Controllers
    • methods
  • Views
    • Passing Parameters
  • Validation
    • validate
      • validation type
  • Authentication
  • Alert Messages
  • Default Helpers
  • CSRF Protection
  • Email
  • Packages
    • Fortify
  • Themes and Templates
Powered by GitBook
On this page
  • Step 1
  • Step 2

Themes and Templates

PreviousFortify

Last updated 2 years ago

Yes! we want to implement different colours to our sprnva application by picking the nice and free templates out there in the wilds.

Step 1

Just download the template of your choice then copy all the assets from your downloaded template and paste it to sprnva public/assets folder then you've done the first step.

Step 2

Edit the views/layouts/head.php and include your css and js file in the head.

You can now used your template design and change the navigation and the contents.

TAKE NOTE: YOU CAN IMPLEMENT ANY TEMPLATE DESIGN THAT YOU LIKE. THE SAME STEP, THE SAME METHOD. EASY AS THAT! ENJOY YOUR SPRNVA FLAVOURED APPLICATION.