Consent

This site uses third party services that need your consent.

Skip to content
Steven Roland

Posts

From inspiration to implementation, I write about web development, design, and more.

Laravel's not_in Validation Rule: Excluding Specific Values

This post explains Laravel's not_in validation rule, its usage, and provides real-world examples for preventing reserved usernames, excluding generic product categories, and filtering out common weak passwords. It also covers advanced usage, error handling, and best practices.

Laravel's email Validation Rule: Ensuring Valid Email Addresses

This post explains Laravel's email validation rule, its usage, and provides real-world examples for user registration, newsletter subscription, and contact form submission. It also covers advanced usage, error handling, and best practices for email validation.

Laravel's url Validation Rule: Ensuring Valid URL Inputs

This post explains Laravel's url validation rule, its usage, and provides real-world examples for user profiles with social media links, adding resource links, and submitting websites for review. It also covers advanced usage, error handling, and best practices for URL validation.

Laravel's ip Validation Rule: Ensuring Valid IP Address Inputs

This post explains Laravel's ip validation rule, its usage, and provides real-world examples for adding servers to a monitoring system, configuring firewall rules, and logging user access. It also covers advanced usage, error handling, and best practices for IP address validation.