Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.1 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.1 KB

Fid-Arc

Build Status

Fid-Arc is an online project, created to simplify life of companies who whant to create reward system for its customers. We want to get rid of physical reward cards.

Installation guide

Requirements

  • PHP >= 7.2.0
  • BCMath PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Database
    • MySQL 5.6+
    • PostgreSQL 9.4+
    • SQLite 3.8.8+
    • SQL Server 2017+

Clone the repository

git clone https://github.com/HE-Arc/Fid-Arc.git

Laravel configuration

# Copy the example .env file
cp .env.example .env

# Install depedencies
composer install

# After update you need to run
composer dump-autoload

# Generate laravel keys
php artisan key:generate

# Run the migrations
php artisan migrate

# Generate passport keys
php artisan passport:keys

# Finally populate the database with basics elements
php artisan db:seed