Development

  • Test thoroughly before deploying changes

  • Document any custom route patterns

  • Follow the naming conventions for routes and files

  • Back up database before running migrations

  • Use version control effectively

  • Write clear comments and documentation

  • Follow PSR coding standards

  • Use meaningful variable names

  • Implement proper error handling

  • Keep the codebase DRY (Don't Repeat Yourself)

Last updated