The Goal
Sistem Informasi Audit dengan Gentella Admin
Requirements
Installation
Clone repository
$ git clone https://github.com/anisku11/sipetri2.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