masto.es es uno de los varios servidores independientes de Mastodon que puedes usar para participar en el fediverso.
Bienvenidos a masto.es, el mayor servidor de Mastodon para hispanohablantes de temática general. Registros limitados actualmente a invitaciones.

Administrado por:

Estadísticas del servidor:

2 K
usuarios activos

#laravel

21 publicaciones17 participantes1 publicación hoy

I released version 4.6.0 for Laravel Mail Catchall

This version adds support for #Laravel 12

This package helps you to forward all the mail from your Laravel application to a specified address and have the information about the original receivers added.

gitlab.com/tjvb/laravel-mail-c

GitLabtjvb / Laravel Mail Catchall · GitLabCatch all the mail in Laravel and redirect it Mirrored to https://github.com/TJVB/laravel-mail-catchall

TIL Laravel's \Illuminate\Bus\Dispatcher::dispatch method ignores job uniqueness.

If want to use unique jobs I need to either use the global dispatch helper (🤮) or the Job’s static ::dispatch method (🤮🤮).

Please tell me I'm missing something.

Is there really no way to use unique jobs in laravel with dependency injection?!

#Laravel #PHP.