INTRODUCTION
XCHANGE is a currency website designed and developed by Garlix team.
Requirements
- Clone the project from Gitlab
- composer install
- Create a copy of your .env file (cp .env.example .env)
- Generate an app encryption key (php artisan key:generate)
- Run the server (php artisan serve)