frozonfreak / library

LIbrary managment system with laravel 5.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

LIbrary managment system with laravel 5.1

License:GNU General Public License v3.0


Languages

Language:PHP 73.8%Language:HTML 25.3%Language:JavaScript 0.6%Language:ApacheConf 0.3%Language:CSS 0.0%