Skip to content

Instantly share code, notes, and snippets.

@dkesberg
Created November 4, 2021 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkesberg/29cda9ee2e6629f5fd14c9c3862fb60e to your computer and use it in GitHub Desktop.
Save dkesberg/29cda9ee2e6629f5fd14c9c3862fb60e to your computer and use it in GitHub Desktop.
laravel schedule sh
#!/usr/bin/env bash
directory="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
/usr/local/bin/php "$directory/artisan" schedule:run >> /dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment