aanfaisal / audit

App Energy Audits for Building Based on Laravel 5.5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Goal

Will be Electrical Energy Audit Applications for Buildings - with Laravel 5.5

Requirements

Installation

Clone repository

$ git clone https://github.com/aanfaisal/audit.git

Do composer install/update

$ composer install

or

$ composer update

Do NPM Install

$ npm install

Do Gulp

$ gulp --production

Rename the .env.example to .env and change setting accordingly.

Generate application key

$ php artisan key:generate

Do Migration and Seeder

$ php artisan migrate
$ php artisan db:seed

If something seem not right maybe try to dump-autoload and redo the process

$ composer dump-autoload

Features Suggestion

Fell free to add any feature suggestion by creating new Issues, and we can start discussing it

Contributing

Start contributing by joining the team

About

App Energy Audits for Building Based on Laravel 5.5


Languages

Language:HTML 54.1%Language:Blade 30.7%Language:PHP 14.3%Language:Less 0.5%Language:CoffeeScript 0.2%Language:Makefile 0.1%Language:Shell 0.0%Language:PowerShell 0.0%Language:Vue 0.0%