الصفحات · Laravilt
Troubleshooting
Common installation issues and solutions
Common issues and solutions during installation.
Assets Not Loading
Symptoms: Blank page, missing styles, broken layout
Solution:
bash
Database Connection Errors
Symptoms: SQLSTATE errors, connection refused
Solution:
bash
Permission Errors
Symptoms: Failed to write, permission denied
Solution:
bash
Composer Memory Errors
Symptoms: Allowed memory size exhausted
Solution:
bash
Vite Build Errors
Symptoms: npm run build fails, module not found
Solution:
bash
Session Issues
Symptoms: Login loop, CSRF token mismatch
Solution:
bash
Class Not Found
Symptoms: Class 'Laravilt...' not found
Solution:
bash
Frontend Component Errors
Symptoms: Vue component not rendering, hydration mismatch
Solution:
bash
Getting Help
If issues persist:
- Check Laravel logs:
storage/logs/laravel.log - Check browser console for JavaScript errors
- Verify
.envconfiguration matches your environment - Check GitHub Issues
Next Steps
- Installation - Installation guide
- Configuration - Configuration options