/uas-desa

Primary LanguageJavaScript

Sistem Penerimaan Order Penilaian

Laravel 8 + Admin Bite

Introduction

Project Order Penilaian - digunakan untuk ...

Installation

Laravel has a set of requirements in order to ron smoothly in specific environment. Please see requirements section in Laravel documentation.

Metronic similarly uses additional plugins and frameworks, so ensure You have Composer and Node installed on Your machine.

Assuming your machine meets all requirements - let's process to installation of Metronic Laravel integration (skeleton).

  1. Open in cmd or terminal app and navigate to apache server path
  2. Run on terminal
git clone https://github.com/tacontech/sistem-penerimaan-order-penilaian.git
  1. Open in cmd or terminal app and navigate to this folder
  2. Run following commands
on terminal
composer install
on terminal
cp .env.example .env
Set up database configuration on .env file
on terminal
php artisan key:generate
on terminal
php artisan migrate:fresh --seed
on terminal
npm install && npm run dev
on terminal
php artisan serve

And navigate to generated server link (http://127.0.0.1:8000)

Copyright

...