Technical Guide for Advance Users

🧰 TROUBLESHOOTING GUIDE

Logo Not Showing?
Run:

bash
CopyEdit
php artisan storage:link chmod -R 775 storage

📧 Emails Not Sending?
Check:

  • Correct SMTP config in Admin

  • App password used

  • .env file settings

📝 Exam Not Working?
Check:

  • Status: Active

  • Valid Start/End Dates

  • Group assigned

  • Student enrolled in that group

  • Questions added

🔒 Admin Login Forgotten?
Reset via DB:

sql
CopyEdit
UPDATE users SET password = 'encrypted_bcrypt_here' WHERE email='admin@example.com';

🧹 Changes Not Reflecting?
Clear Cache:

bash
CopyEdit
php artisan config:clear php artisan cache:clear php artisan route:clear php artisan view:clear

For support, reach out at:
📧 help@eduexpression.com
📞 +91 91196 23848


Happy Testing! 🚀
Team Exam Frame

Did you find this article useful?