Skip to content

rizalpahlevii/asta-app

Repository files navigation

ASTA APP APPLICATION

Server Requirements

  • PHP Version 7.4 or above
  • Composer
  • GIT

Installation

  1. Open the terminal, navigate to your directory (htdocs or public_html).
git clone https://github.com/rizalpahlevii/asta-app.git
cd asta-app
composer install
  1. Setting the database configuration, open .env file at project root directory
DB_DATABASE=**your_db_name**
DB_USERNAME=**your_db_user**
DB_PASSWORD=**password**
  1. Generate migration
php artisan config:cache
php artisan key:generate
php artisan migrate --seed