This is the first stone for our graduation project 'project Management System ' .
1- Mostafa Kamel (mostafamt)
2- Nasser Maher (NasserMaher)
3- Osama Mohammed (OsamaMuharram)
4- Abdelahmeid Elsayed (AbdlhamidElsayd)
5- Abdallah Salah(AbdoSMarei)
6- Nasr Mohammed
7- Abdallah Elharouni
1- Install Git
2- Install Xampp
3- Create Database
4- Install Composer
5- Setup and run
1 - git clone https://github.com/mostafamt/PMS
2 - cd PMS
3 - composer update
4 - copy .env.example .env
5 - php artisan key:generate
6 - edit .env file , edit these parameters :
DB_DATABASE=pms
DB_USERNAME=root
DB_PASSWORD=
7 - php artisan migrate
8 - This step is optional to fill database : php artisan db:seed
9 - php artisan serve
1 - git status
2 - git pull push https://github.com/mostafamt/PMS
3 - git add .
4 - git commit -m "your comment"
5 - git push https://github.com/mostafamt/PMS master