** Student Government Elections System
- ✓ Setup Laravel PHP Framework
- ✓ Configure environments
bootstrap/start.php
app/config/database.php
- ✓ Install "zizaco/confide": "3.1.x"
- ✓ Create migrations
- ✓ Create Routes
- ✓ Segregate Data by semester code
- /statistics
- search voter
- Add your environment in the
dev
array inbootstrap/start.php
; - Create a
.env.dev.php
in the path similar to yourcomposer.json
; - Place your local credentials (database)