Dispatcher is a library I designed while working with Indatus that allows Laravel's artisan commands to be scheduled within source code. Among many other benefits, this allows developers to avoid touching the crontab when deploying applications.
Check out Dispatcher on GitHub