Skip to content

Debug

Laravel

bash
php artisan optimize:clear
php artisan route:list
php artisan tinker

Vue/Inertia

  • Check the browser console.
  • Confirm page props.
  • Check the Network response.
  • Confirm validation errors coming from Laravel.

Quick Questions

  • Is the route correct?
  • Does the request reach the controller?
  • Does the controller return the correct page?
  • Do the props exist in the frontend?