Project Dashboard
++ + Here you can get a quick overview of your project. + +
++ While this is useful when developing locally, + you may not want to use it when compiling + for production. +
+Project Details
+Installation Details
+Project Name | +Project Path | +Framework Version | +PHP Version | +
---|---|---|---|
{{ config('hyde.name', Hyde::titleFromSlug(basename(Hyde::path()))) }} | +{{ Hyde::path() }} | +{{ Hyde::version() }} | +{{ PHP_VERSION }} ({{ PHP_SAPI }}) | +
GitHub Integration
+Username | +Repository | +Branch | +||||
---|---|---|---|---|---|---|
+
+ {{ config('hyde.github_dashboard.username', ' |
+
+
+ {{ config('hyde.github_dashboard.repository', ' |
+
+
+ {{ config('hyde.github_dashboard.branch', ' |
+ @else
+
+ + + GitHub Dashboard Integrations is not enabled. + + +
+
+ + Show configuration guide. ++
+ The GitHub integration allows you to easily
+ open dashboard files in your GitHub repository.
+
+ |
+ @endif
+
Your Content
+Content Overview
+Blade Pages | +Markdown Pages | +Documentation Pages | +Blog Posts | +
---|---|---|---|
+ + {{ count(CollectionService::getBladePageList()) }} pages + + | ++ + {{ count(CollectionService::getMarkdownPageList()) }} pages + + | ++ + {{ count(CollectionService::getDocumentationPageList()) }} pages + + | ++ + {{ count(CollectionService::getMarkdownPostList()) }} posts + + | +
+ Blade Pages + # +
+Title | +Source File | +
---|---|
+ + {{ Hyde::titleFromSlug($page->view) }} + + | ++ {!! $github->link(BladePage::$sourceDirectory .'/'. $page->slug . BladePage::$fileExtension) !!} + | +
+ Markdown Pages + # +
+Title | +Source File | +
---|---|
+ + {{ $page->title }} + + | ++ {!! $github->link(MarkdownPage::$sourceDirectory .'/'. $page->slug . MarkdownPage::$fileExtension) !!} + | +
+ Documentation Pages + # +
+Title | +Source File | +
---|---|
+ + {{ $page->title }} + + | ++ {!! $github->link(DocumentationPage::$sourceDirectory .'/'. $page->slug . DocumentationPage::$fileExtension) !!} + | +
+ Blog Posts + # +
+Title | +Source File | +
---|---|
+ + {{ $post->title }} + + | ++ {!! $github->link(MarkdownPost::$sourceDirectory .'/'. $post->slug . MarkdownPost::$fileExtension) !!} + | +