This Project is Developed by Praveen Kumar
LinkedIn Profile: https://www.linkedin.com/in/ipraveenkmr/
eVoting or Online voting System in Laravel
Steps:
1. Add Voters and cadidates information in admin panel
Feature to add candidates with their party symbol
2. Invite all voters via email built in email notification
3. All memebers can vote and their voting details will be recorded
4. One click voting system
Steps to Install:
1. Extract Downloaded Folder
2. Find ‘evoting.sql’
3. Create Database named ‘evoting’ in MySQL
4. Copy evoting sql query and paste.
5. Or you can Run ‘php artisan migrate’ on composer / command line.
6. Run project by typing ‘php artisan server’ in your WAMP/ LAMP command line or composer
7. Run ‘php artisan migrate’ on composer / command line.
8. Open url http://localhost/evoting/user-register
8. Sign in using admin praveen82524@gmail.com and password is: 12345678
9. Go to users table and convert user type from ‘User’ to ‘Admin’
10. Open admin by typing https://youdomain.com/home
11. Now you are ready to go.
VERSION
"php": "^7.1.3",
"fideloper/proxy": "^4.0",
"intervention/image": "^2.4",
"laravel/framework": "5.7.*",
"laravel/passport": "^7.0",
"laravel/socialite": "^4.1",
"laravel/tinker": "^1.0",
"spatie/laravel-sitemap": "^5.2"