Giter Site home page Giter Site logo

Comments (8)

Edujugon avatar Edujugon commented on July 16, 2024 1

Hi @arbabi2010 ,
Sorry for my delay in reply.

There is no a built-in feature in this package that covers what you ask. But it's definitely a nice idea. I'll try to add it in future releases.

In the meanwhile, you can achieve it relatively easy. Create a Job class and when dispatching it just use the delay method.

Simple example:

MyJob::dispatch()->delay(now()->addMinutes(10));

Hope that helps.

from pushnotification.

arbabi2010 avatar arbabi2010 commented on July 16, 2024 1

Hi.
Tanx for your reply.
I'll wait for that.
and job is good idea for now.
tanx

from pushnotification.

Edujugon avatar Edujugon commented on July 16, 2024 1

Hi @Umarjaved420 ,

I've been very busy these days and I couldn't find the time to add such feature.. So nop, it's not implemented yet.

Anyway, could you elaborate a bit more what you wanna achieve providing more details?

from pushnotification.

umarjavedse avatar umarjavedse commented on July 16, 2024

Hi @Edujugon,
Is schedule push notification implemented or not in package,
I want to add reminder push notification in my project, so i need some suggestion and
Hi @arbabi2010,
if you done this please let me know how to implement it.

Thanks in Advance

from pushnotification.

umarjavedse avatar umarjavedse commented on July 16, 2024

Hi @Edujugon ,
That's Ok and thanks for reply,
Actually i want to add Reminder feature in my project, according to requirement user set the time for reminder and will get push notification on set time,
Problem is to send push notification by get reminder time from database.

from pushnotification.

Edujugon avatar Edujugon commented on July 16, 2024

Hi @Umarjaved420 ,
You can achieve the same using jobs and delaying when dispatching. Have a look at my previous messages..

You can also schedule a queued Job. In short, You create a job which is schedule for every minute. Such job check if there is any reminder to be sent. If so, send the notification..

Hope that helps.

from pushnotification.

umarjavedse avatar umarjavedse commented on July 16, 2024

Hi @Edujugon ,
Thanks i will try it definitely.

from pushnotification.

Edujugon avatar Edujugon commented on July 16, 2024

I'm closing this ticket since it's not a package issue actually.
Anyway, feel free to reopen it anytime if required.

Regards

from pushnotification.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.