In terminal
git clone https://github.com/tarekreza/School_Manegement_System.git
cd School_Manegement_System
composer installAfter this change the name of .env.example file to .env and change these credentials
- DB_DATABASE = (your database name)
- DB_USERNAME=(your database login username)
- DB_PASSWORD=(your database login password)