Skip to content
nich-mctishe edited this page Oct 15, 2015 · 1 revision

#CMS API

##Installation

  1. Download repository
  2. Ensuring you have composer installed, run composer install
  3. Next run php artisan key:generate

##How To Use

You will need to build models for each table on your database. Dont worry about users as they will be handled, however you will need regester a new user through the portal or go to /database/seeder and build a laravel seeder file to seed the new user.

Clone this wiki locally