8 Step for create laravel app
- Download git From: https://git-scm.com/downloads
- Download composer from: https://getcomposer.org/download/
- Install composer
- Donwload mysql from: https://www.mysql.com/downloads/
- Run this command using git bash: git clone https://github.com/pakura/fintek.git {project_name}
- cd on you project dir and run this command via terminal or cmd: composer update
- Please upload run/import db.sql :/
- Change DB credentials in .env
Done