Category: Laravel

It's an easy-to-use deployment tool to deploy your Laravel apps containerized with Docker.

Start launching your sites in just minutes using our https://uselauncher.com.

Validator::validate([ 'name' => 'hello-world', 'key' => 'random-key', ], [ 'name' => 'required|max:255', 'key' => 'prohibited', ]); v8.39.0 Added password validation rule (https://github.com/laravel/framework/pull/36960)

Validator::validate([ 'role' => 'guest', 'email' => 'https://protone.media/cdn-cgi/l/email-protection', ], [ 'role' => ['required', 'in:user,guest'], 'email' => ['required_if:role,user', 'exclude_unless:role:user', 'email'], ]); v8.58.0 Added prohibits validation (https://github.com/laravel/framework/pull/38612)

Validator::validate([ 'email' => 'https://protone.media/cdn-cgi/l/email-protection', 'emails' => ['https://protone.media/cdn-cgi/l/email-protection', 'https://protone.media/cdn-cgi/l/email-protection']], [ 'email' => 'prohibits:emails' ]); v8.55.0 Added Conditional rules (https://github.com/laravel/framework/pull/38361)
Newsletter

Get the latest Laravel/PHP jobs, events and curated articles straight to your inbox, once a week

Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
Community Partners