Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.52 KB

README.md

File metadata and controls

57 lines (42 loc) · 1.52 KB

Help-Orphans-Project - مشروع مساعدة الايتام بالعراق

Depending on statistics in Iraq for 2018 there was over 5 Million and 600,000 Orphan Children over the country, this project (Help-Orphans-Project) is to help the Orphans by connecting them with the people who are able to empower the children from poverty, health care and any other possible help.


Editor Requirements

System Requirements

  • PHP >= 7.1.3
  • Node.js
  • Yarn
  • Composer
  • MySQL
  • Nginx or Apache
  • Enable PHP Extentions inside php.ini file
    • OpenSSL PHP Extension
    • PDO PHP Extension
    • Mbstring PHP Extension
    • Tokenizer PHP Extension
    • XML PHP Extension
    • Ctype PHP Extension
    • JSON PHP Extension

Installation

  1. git clone git@github.com:code2gether/Help-Orphans-Project.git
  2. cd Help-Orphans-Project
  3. update the .env file along with database connection`
  4. composer install && composer update
  5. php artisan migrate

Run PHP Dev Server

php artisan serve

Run Node Engine

Compile assets one time.

npm run dev

enjoy ;)