hybridlogics / attendance-management

Attendance Management System implements the 'punch in / punch out' based concept of attendance management.
34 stars 25 forks source link

Need Installing Instruction #2

Open dareelijah opened 6 years ago

dareelijah commented 6 years ago

@HLNAJAM @abdulqudoos @rizvanhaider @sibghatullahshah @toseefrehan Hey Brothers could you guys please provide me the installation instruction

b4allb4u commented 4 years ago

Dear Dev Team. Please provide the installation instructions.

akhilkumar332 commented 4 years ago

If you're still looking for the same then below steps will help you... For Windows with xampp(Similar steps are for linux based OS and MacOS, hope you can figure it out): 1)Download and Install Composer. 2)Download and install Git bash. 3)Clone this project and place it in your xampp htdocs folder with "somename". 4)Now create an empty database with "somename" using "phpmyadmin". 5)Change ".env.example" to ".env" and edit ".env" available in your project folder, Now update the same database details here including db username, password. 6)Now right click and open GitBash in your project folder and enter below commands... =>composer install =>php artisan migrate =>php artisan key:generate =>php artisan serve 7)Now open "127.0.0.1:8000 or localhost:8000" to run this project.

To get admin access: Go to database --> Users Table --> Set admin =1. Now when you login you'll have admin access too.