cron job for backup in laravel 5.4

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

Also in PHP: