Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 794 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 794 Bytes

Near Field Cat (NFCAT)

Librarians love near field communication and cats, so we made the near field cat!

This is supposed to be the server-side part of the project.

Install

This project uses Composer and Bower to track dependencies.

  1. composer install to fetch back-end deps
  2. bower install to fetch front-end deps
  3. Check that the folder app/storage is writable by the www user
  4. php artisan config:publish danmichaelo/ncip to create the NCIP config file
  5. php artisan config:publish netson/l4gettext to create the gettext config file
  6. Update config files in app/config