Skip to content

Docs issue with Task Scheduling #42

Open
@chris2kus31

Description

@chris2kus31

Docs mention to do this

          • php /path-to-your-project/your-app-name schedule:run >> /dev/null 2>&1

However this does not work in ubuntu, you have to

          • cd /path-to-your-project/your-app-name && php schedule:run >> /dev/null 2>&1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions