पेज · Laravilt
Troubleshooting FAQ
Common issues and solutions
Common issues and how to resolve them.
Styles Not Loading
My styles aren't loading
Run the build command:
$ pnpm buildClear caches:
bash
Forms Not Submitting
Forms aren't submitting
- Make sure
@csrfis in your forms - Verify the route accepts POST requests
- Check browser console for JavaScript errors
php
403 Errors
I'm getting a 403 error
Check authorization policies:
php
Ensure user has required permissions:
php
Vue Component Errors
Vue components not rendering
- Make sure Vue is properly installed
- Check that components are registered
- Verify Inertia.js is configured
bash
Database Errors
Migration errors
Reset and re-run migrations:
bash
Check database connection in .env:
env
Cache Issues
Changes not reflecting
Clear all caches:
bash
Support
Where can I get help?
How do I report a bug?
Open an issue with:
- Laravilt version
- Laravel version
- PHP version
- Steps to reproduce
- Expected vs actual behavior