We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
How can I show time difference between 2 column?
Explain:
I have discount_date column in my products table and I want to show countdown between updated_at and discount_date .
discount_date
updated_at
How do I do that?
PS: I also get
Non-static method jpmurray\LaravelCountdown\Countdown::from() should not be called statically
when i use sample in codes in this package.
The text was updated successfully, but these errors were encountered:
any help?
Sorry, something went wrong.
@robertnicjoo for the non-static method, there is a problem with the auto-loading of facades. See #6 (comment) for a quick fix.
After that, you only need to do the first example in the usage section of the readme.
No branches or pull requests
Hi,
How can I show time difference between 2 column?
Explain:
I have
discount_date
column in my products table and I want to show countdown betweenupdated_at
anddiscount_date
.How do I do that?
PS: I also get
when i use sample in codes in this package.
The text was updated successfully, but these errors were encountered: