Laravel – How to run a controller or call URL every X minutes WITHOUT composer

In advance, excuse me for my bad English.

I am looking for alternatives to be able to call a controller or a specific URL from the server, but this server is isolated from any internet connection and will not have a composer. Therefore I can’t run “php artisan” commands
At the moment it should work on Windows.

  1. I have laravel 10.x
  2. I have everything created to run a scheduler (but due to the limitation of not having a composer I can’t run it)
  3. I have mysql and sqlserver (for both it should work if the solution comes from here)

It would be impossible?

Call a url or controller from laravel every X time, from PHP or Windows or Mysql/SQL-server