/audit

App Energy Audits for Building Based on Laravel 5.5

Primary LanguageHTML

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