Clone the project
git clone https://github.com/abdulaziz-m5u/course-LMS.git your-projectGo to the project directory
cd your-project- Copy .env.example file to .env and edit database credentials there
composer install php artisan key:generate php artisan db:seed- email = [email protected]
- password = 123
