Requirements PHP Version 8 Framework Laravel 10 MYSQL Ver 8.0.30 for Win64 on x86_64 (MySQL Community Server - GPL) Composer Web Browser PHP server (Laragon Or Xampp) INSTALLATION Clone the project Open terminal and type composer update or composer install (if not working type composer install --ignore-platform-reqs) Copy .env.example and paste here, rename .env.example.copy to .env Configure your database connection Run "php artisan key:generate" and "php artisan config:clear" Run "php artisan migrate" and "php artisan db:seed" to generate table and insert default user (On Proggres) / or can import SQL File to your Database Run "php artisan serve" Open the browser and type localhost:8000 HOW TO USE THE APP Login with admin email: levitate@gmail.com Password: password123