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

Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Community Partners