Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 674 Bytes

readme.md

File metadata and controls

57 lines (46 loc) · 674 Bytes

Library Managment

Version

0.0.1

Tech

  • Laravel 5.1
  • Material UI
  • Bootstrap
  • jQuery
  • Material Icons

Installation

You need following installed

  • PHP >= 5.5.9
  • MySQL
  • NodeJS, Npm, gulp (for elixr)
  • SSL (for stripe payment) - optional

update environment configuration details

  • database details
  • stripe API details if any

Run composer update

$ composer update

run npm

$ npm install

run migration

$ php artisan migrate

populate sample data

$ php artisan db:seed

attach user roles to sample data

$ php artisan user:update_role

compiled assets

$ gulp

run

$ php artisan serve