Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

abalsh / Garlix

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • Garlix
Find file History
  • Source code
  • Download zip
  • Download tar.gz
  • Download tar.bz2
  • Download tar
  • Florian Shllaku's avatar
    Ajax/jquery Live data implemented from JSON file · 3aa40a09
    Florian Shllaku committed 6 years ago
    3aa40a09
Name
Last commit
Last Update
.idea NewsLetter Pt. I 6 years ago
app Ajax/jquery Live data implemented from JSON file 6 years ago
bootstrap Laravel has been added and the porting has been configured 6 years ago
config Newsletter Pt.2 6 years ago
database currency validated with non-numeric value 6 years ago
public Ajax/jquery Live data implemented from JSON file 6 years ago
resources Ajax/jquery Live data implemented from JSON file 6 years ago
routes Ajax/jquery Live data implemented from JSON file 6 years ago
storage Laravel has been added and the porting has been configured 6 years ago
tests Laravel has been added and the porting has been configured 6 years ago
vendor crypto front end and swap button done 6 years ago
.editorconfig Add gitignore 6 years ago
.env.currentconfig Made .env with current config to not configure over and over. 6 years ago
.env.example funcitonality to currency added 6 years ago
.gitattributes Add gitignore 6 years ago
.gitignore Add gitignore 6 years ago
artisan Laravel has been added and the porting has been configured 6 years ago
composer.json funcitonality to currency added 6 years ago
composer.lock funcitonality to currency added 6 years ago
package.json Laravel has been added and the porting has been configured 6 years ago
phpunit.xml Laravel has been added and the porting has been configured 6 years ago
readme.md funcitonality to currency added 6 years ago
server.php Laravel has been added and the porting has been configured 6 years ago
webpack.mix.js Laravel has been added and the porting has been configured 6 years ago
readme.md

INTRODUCTION

XCHANGE is a currency website designed and developed by Garlix team.

Requirements

  1. Clone the project from Gitlab
  2. composer install
  3. Create a copy of your .env file (cp .env.example .env)
  4. Generate an app encryption key (php artisan key:generate)
  5. Run the server (php artisan serve)

Dependencies

composer require spatie/laravel-newsletter composer require guzzlehttp/guzzle

php artisan config:cache php artisan config:clear