Step 1 : Clone repo in root directory using below command
git clone https://github.com/Cheta9442/EmployeeManagment.git
Step 2 : Install composer (Run only if the vendor folder is miising after cloning)
composer install
Step 3 : Configure the database in .env file ie. datatbase name,username anad password
Step 4 : migrate the tables using command :
php artisan migrate
Step 5 : Seed the table with default record by using command :
php artisan db:seed --class=EmployeesTableDataSeeder
Step 6 : Clear all cache and configuration using command :
php artisan config:clear
php artisan config:cache
Step 7 : Run the application using command :
php artisan serve
Step 7 : Access the application on browser using below url :
http://localhost:8000
Step 9 : Start using the application By below credentials :
email : admin@admin.com
password : admin