diff --git a/cache/DOCTUM_VERSION b/cache/DOCTUM_VERSION new file mode 100644 index 00000000..9af9a6a8 --- /dev/null +++ b/cache/DOCTUM_VERSION @@ -0,0 +1 @@ +5.5.2 \ No newline at end of file diff --git a/cache/PROJECT_VERSION b/cache/PROJECT_VERSION new file mode 100644 index 00000000..88d050b1 --- /dev/null +++ b/cache/PROJECT_VERSION @@ -0,0 +1 @@ +main \ No newline at end of file diff --git a/doctum.phar b/doctum.phar new file mode 100755 index 00000000..89a64f02 Binary files /dev/null and b/doctum.phar differ diff --git a/doctum.php b/doctum.php new file mode 100644 index 00000000..cbc4fdf6 --- /dev/null +++ b/doctum.php @@ -0,0 +1,17 @@ +files() + ->name('*.php') + // ->exclude('Resources') + // ->exclude('Tests') + ->in('src/'); + +return new Doctum($iterator, [ + 'title' => 'Tenancy for Laravel API Documentation', + 'base_url' => 'https://api.tenancyforlaravel.com/', + 'favicon' => 'https://tenancyforlaravel.com/favicon.ico', +]);