DigitalHR (Flutter)
  • Welcome
  • Flutter Setup
    • Installing Android Studio
    • Installing Flutter SDK
    • Import Project
    • Updating local.properties file
    • Configuring Firebase
    • Change Application Package Name
    • Change App Name
    • Server URL
    • App Logo
    • Change App Colors
    • Strings
    • Image Assets
    • App Font
  • Notification Sound
  • Publishing the App
    • Build and release android app
    • Build and release an iOS app
  • Admin Panel
    • Requirements
    • Database setup
    • Import and deploy
    • Change Time Zone
    • Setup cron job
    • Setup Firebase
  • Rate and support
  • Change Log
    • Version 8.0 Backend
    • Version 7.0 Flutter
  • Migrate from older version
    • Backend Migration
      • Roles and Permission
      • Version 10.0 to 11.0
    • Flutter Migration
      • Version 7.0 to 8.0
  • FAQ
Powered by GitBook
On this page
  1. Admin Panel

Setup cron job

Please set up cron job for every minute on your server so that the users receive push notification on the day of the holiday. Every cron job setup varies as per the server so please contact your server administrator if you need any help with this.

Open Cron job and in the command write this code and set the timer every minute.

// <path_to_php> <path_to_artisan> schedule:run >> '/dev/null' 2>&1

Please update your path to php as well as astisan and your cron job should start running

PreviousChange Time ZoneNextSetup Firebase

Last updated 1 year ago