nouveau-theatre-de-besancon/vendor/spatie/schema-org/generate.php

13 lines
267 B
PHP
Raw Normal View History

2024-09-19 07:36:53 +02:00
#!/usr/bin/env php
<?php
if (file_exists(__DIR__.'/vendor/autoload.php')) {
require __DIR__.'/vendor/autoload.php';
} else {
require __DIR__.'/../../autoload.php';
}
$application = new Spatie\SchemaOrg\Generator\Console\Application();
$application->run();