add seo plugin
This commit is contained in:
parent
23dbb65314
commit
e69dc23c91
1909 changed files with 1111579 additions and 10 deletions
12
vendor/spatie/schema-org/generate.php
vendored
Normal file
12
vendor/spatie/schema-org/generate.php
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/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();
|
||||
Loading…
Add table
Add a link
Reference in a new issue