Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 648 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 648 Bytes

#Spark Fuel Package

Documentation is coming soon. But for now visit http://spark.bencorlett.com to see a demo or https://github.com/bencorlett/Spark-Demo to download the source.

Installing

  • Download from github by clicking here.

  • Install using git:

      git submodule add https://github.com/bencorlett/spark fuel/packages/spark
    
  • Enable in APPPATH/config/config.php (around line 187):

      'packages' => array(
          'spark',
          'orm',    // If you intend on using the orm as a driver
      ),
    
  • Go to http://spark.bencorlett.com and learn how to use it.