quidmy-e/calendar

Test calendar

Maintainers

Package info

github.com/Quidmye/Calendar

Language:JavaScript

pkg:composer/quidmy-e/calendar

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2019-03-03 19:43 UTC

This package is not auto-updated.

Last update: 2026-04-04 03:58:00 UTC


README

laravel calendar

install

crontab -e

* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1

.env

GCM_KEY=YOUR_KEY

App\Console\Kernel.php

use Quidmye\Jobs\SendWebPush;

And

$schedule->job(new SendWebPush)->everyMinute();

in the schedule method