Important Notes

  • CSRF protection is automatically included

  • Input validation should be done on both client and server

  • Use meaningful route names for better maintainability

  • Custom values are sent as POST/GET parameters

  • Response handling is managed by the framework

  • Supports all standard HTTP methods

  • Maintains browser history state correctly

The framework automatically handles:

  • Form data serialization

  • AJAX request management

  • Response processing

  • Error handling

  • State management

  • Browser history

Last updated