Skip to content

ladanielha/Absensi-BE

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Absent System

This is an absent system built with laravel filament.

Installation

  1. Clone the repository:
    git clone https://github.com/ladanielha/absent-be
  2. Go to reposistory folder
    cd absent-be
  3. Install Composer
    composer install
  4. Install Node Modules
    npm install
  5. Make ENV file with
    cp / copy .env.example .env
  6. Generate key
    php artisan key:generate
  7. Migrate Database
    php artisan migrate --seed
  8. Run project with
    php artisan serve
    
    
    
    

Releases

No releases published

Packages

No packages published