Hi @joyner
-
Generate an artisan command that will iterate over newly uploaded pictures and create a group notification for them: https://laravel.com/docs/master/artisan#generating-commands
-
Schedule this command to run lets say every 15 minutes: https://laravel.com/docs/master/scheduling#scheduling-artisan-commands
Hope it helps!