Will be Electrical Energy Audit Applications for Buildings - with Laravel 5.5
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
Fell free to add any feature suggestion by creating new Issues, and we can start discussing it
Start contributing by joining the team