sikodoq / inventaris

Simple assets managemen apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inventaris

Simple assets managemen apps Based on Laravel 5.2 with some additional packages

  • laravelcollective/html
  • laracasts/flash
  • doctrine/dbal
  • yajra/laravel-datatables-oracle

Installation

  1. Run composer update to install all dependencies. Composer homepage : https://getcomposer.org/
composer update
  1. Create .env file from .env.example then edit the database host, port, name, user and password
  2. Run database migration and seeding. This database seeding will create 2 users:
php artisan migrate --seed
  1. Run npm install if you wish to use laravel elixir, then install gulp globally.
npm install //linux and mac
npm install --no-bin-links //windows platform
npm install -g gulp
  1. Create a virtual host to run jQuery UI autocomplete and fonts properly.
  2. If you have php_intl extension enabled, you can use NumberFormatter to replace spell function in app/Helpers.php

Components

About

Simple assets managemen apps


Languages

Language:PHP 79.8%Language:JavaScript 20.2%Language:ApacheConf 0.0%