Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 553 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 553 Bytes

Point of Care Content Management System written in Laravel

Built using the SB Admin theme

Find out more Free Lareval Themes at StartLaravel.com..

Installation

  1. Clone this project or Download that ZIP file
  2. Make sure you have bower, grunt-cli and npm installed globally
  3. On the command prompt run the following commands
  • cd project-directory
  • Set permission 777 for app/storage
  • composer install
  • npm install
  • bower install
  • grunt watch

Automation tools