diff --git a/.gitignore b/.gitignore index 7fe978f8..9713846c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,55 @@ +# php unit /.phpunit.cache +.phpunit.result.cache + +# auth +auth.json + +# node_modules /node_modules -/public/build + +# public /public/hot /public/storage +/public/build +/public/sitemap.xml + +# storage /storage/*.key + +# vendor /vendor -.env -.env.backup -.env.production -.phpunit.result.cache + +# ide +/.fleet +/.idea +/.vscode +_ide_helper* +.phpstorm.meta.php + +# .env +.env* + +# cache +*.cache + +# homestead Homestead.json Homestead.yaml -auth.json + +# docker +docker-compose.override.yml + +# package managers npm-debug.log yarn-error.log -/.fleet -/.idea -/.vscode + +# logs +worker.log + +# windows +*:Zone.Identifier +Thumbs.db + +# mac +.DS_Store \ No newline at end of file diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 00000000..705d41a7 --- /dev/null +++ b/.prettierignore @@ -0,0 +1,3 @@ +**/dist +**/package-lock.json +public/build \ No newline at end of file diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 00000000..2ea9bc71 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,16 @@ +{ + "plugins": ["prettier-plugin-blade", "prettier-plugin-tailwindcss"], + "overrides": [ + { + "files": ["*.blade.php"], + "options": { + "parser": "blade" + } + } + ], + "tailwindConfig": "./tailwind.config.js", + "singleQuote": true, + "semi": false, + "trailingComma": "all", + "singleAttributePerLine": true +} diff --git a/app/Extensions/TorchlightWithCopyExtension.php b/app/Extensions/TorchlightWithCopyExtension.php index 7dc82a50..07a35ddb 100644 --- a/app/Extensions/TorchlightWithCopyExtension.php +++ b/app/Extensions/TorchlightWithCopyExtension.php @@ -15,7 +15,7 @@ public function defaultBlockRenderer() return <<
-
Copied!
+
Copied!
- @else - - - - - @endif -
- - -
- -
diff --git a/resources/views/components/icons/alert-diamond.blade.php b/resources/views/components/icons/alert-diamond.blade.php new file mode 100644 index 00000000..e4d0eebc --- /dev/null +++ b/resources/views/components/icons/alert-diamond.blade.php @@ -0,0 +1,47 @@ + + + + + + + + + + diff --git a/resources/views/components/icons/briefcase.blade.php b/resources/views/components/icons/briefcase.blade.php new file mode 100644 index 00000000..ccfaf69f --- /dev/null +++ b/resources/views/components/icons/briefcase.blade.php @@ -0,0 +1,14 @@ + + + diff --git a/resources/views/components/icons/checkmark.blade.php b/resources/views/components/icons/checkmark.blade.php new file mode 100644 index 00000000..e17d5d81 --- /dev/null +++ b/resources/views/components/icons/checkmark.blade.php @@ -0,0 +1,12 @@ + + + diff --git a/resources/views/components/icons/computer-desktop.blade.php b/resources/views/components/icons/computer-desktop.blade.php deleted file mode 100644 index 7a1f9c0a..00000000 --- a/resources/views/components/icons/computer-desktop.blade.php +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/resources/views/components/icons/desktop-computer.blade.php b/resources/views/components/icons/desktop-computer.blade.php new file mode 100644 index 00000000..6e351b4c --- /dev/null +++ b/resources/views/components/icons/desktop-computer.blade.php @@ -0,0 +1,39 @@ + + + + + + + + + diff --git a/resources/views/components/icons/email-document.blade.php b/resources/views/components/icons/email-document.blade.php new file mode 100644 index 00000000..3b8d98c7 --- /dev/null +++ b/resources/views/components/icons/email-document.blade.php @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + diff --git a/resources/views/components/icons/love-baloons.blade.php b/resources/views/components/icons/love-baloons.blade.php new file mode 100644 index 00000000..60ba274c --- /dev/null +++ b/resources/views/components/icons/love-baloons.blade.php @@ -0,0 +1,45 @@ + + + + + + + + diff --git a/resources/views/components/icons/pc.blade.php b/resources/views/components/icons/pc.blade.php new file mode 100644 index 00000000..a71220a0 --- /dev/null +++ b/resources/views/components/icons/pc.blade.php @@ -0,0 +1,14 @@ + + + diff --git a/resources/views/components/icons/right-arrow.blade.php b/resources/views/components/icons/right-arrow.blade.php new file mode 100644 index 00000000..57e1d87a --- /dev/null +++ b/resources/views/components/icons/right-arrow.blade.php @@ -0,0 +1,22 @@ + + + + + diff --git a/resources/views/components/icons/rocket.blade.php b/resources/views/components/icons/rocket.blade.php new file mode 100644 index 00000000..7484f2dd --- /dev/null +++ b/resources/views/components/icons/rocket.blade.php @@ -0,0 +1,15 @@ + + + + + + diff --git a/resources/views/components/icons/stacked-lines.blade.php b/resources/views/components/icons/stacked-lines.blade.php new file mode 100644 index 00000000..33d1ae6c --- /dev/null +++ b/resources/views/components/icons/stacked-lines.blade.php @@ -0,0 +1,20 @@ + + + + + + diff --git a/resources/views/components/icons/star-circle.blade.php b/resources/views/components/icons/star-circle.blade.php new file mode 100644 index 00000000..2e59ddf5 --- /dev/null +++ b/resources/views/components/icons/star-circle.blade.php @@ -0,0 +1,14 @@ + + + diff --git a/resources/views/components/icons/upload-box.blade.php b/resources/views/components/icons/upload-box.blade.php new file mode 100644 index 00000000..ba8446a8 --- /dev/null +++ b/resources/views/components/icons/upload-box.blade.php @@ -0,0 +1,43 @@ + + + + + + + + diff --git a/resources/views/components/icons/user-single.blade.php b/resources/views/components/icons/user-single.blade.php new file mode 100644 index 00000000..07276637 --- /dev/null +++ b/resources/views/components/icons/user-single.blade.php @@ -0,0 +1,21 @@ + + + + + + diff --git a/resources/views/components/icons/warning.blade.php b/resources/views/components/icons/warning.blade.php new file mode 100644 index 00000000..1f6cb4fd --- /dev/null +++ b/resources/views/components/icons/warning.blade.php @@ -0,0 +1,15 @@ + + + + + diff --git a/resources/views/components/icons/xmark.blade.php b/resources/views/components/icons/xmark.blade.php new file mode 100644 index 00000000..5f9d162c --- /dev/null +++ b/resources/views/components/icons/xmark.blade.php @@ -0,0 +1,14 @@ + + + diff --git a/resources/views/components/layout-three-columns.blade.php b/resources/views/components/layout-three-columns.blade.php index 496b7447..642becef 100644 --- a/resources/views/components/layout-three-columns.blade.php +++ b/resources/views/components/layout-three-columns.blade.php @@ -1,31 +1,27 @@ -
+ {{-- Main container --}} +
+ {{-- Left sidebar --}} + @if (! empty($sidebarLeft)) + + {{ $sidebarLeft }} + + @endif -
-
+
+ {{-- Content --}} +
+ {{ $slot }} +
- @if(!empty($sidebarLeft)) - - {{ $sidebarLeft }} - - @endif - - -
-
- - @if(!empty($sidebarRight)) - - {{ $sidebarRight }} - - @endif - - {{ $slot }} - - -
-
-
+ {{-- Right sidebar --}} + @if (! empty($sidebarRight)) + + {{ $sidebarRight }} + + @endif
diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index 76d2be6a..49f038dd 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -1,47 +1,89 @@ - - - - - + + + + + + + - + NativePHP{{ isset($title) ? ' | ' . $title : '' }} - {!! SEOMeta::generate() !!} - {!! OpenGraph::generate() !!} - {!! Twitter::generate() !!} - - - - - - @vite(["resources/css/app.css", "resources/js/app.js"]) + {{-- Favicon --}} + - - - - - + {!! SEOMeta::generate() !!} + {!! OpenGraph::generate() !!} + {!! Twitter::generate() !!} + + + + + - -{{ $slot }} - - - + {{-- Styles --}} + + @vite('resources/css/app.css') + + + + {{ $slot }} + + + + @vite('resources/js/app.js') + diff --git a/resources/views/components/link-button.blade.php b/resources/views/components/link-button.blade.php index 987b617a..c3c20f5a 100644 --- a/resources/views/components/link-button.blade.php +++ b/resources/views/components/link-button.blade.php @@ -1,16 +1,6 @@ -class([' -inline-block -w-fit -font-medium -shadow-sm dark:shadow-white/10 -border border-gray-300 dark:border-transparent -bg-white dark:bg-gray-700 -rounded-lg -px-4 py-2 -text-black dark:text-gray-100 -hover:text-[#00aaa6] hover:border-[#00aaa6]/25 dark:hover:border-transparent -flex items-center gap-2 -text-sm -']) }}> + {{ $slot }} diff --git a/resources/views/components/link-subtle.blade.php b/resources/views/components/link-subtle.blade.php index 417ec8fb..2bf2a5c4 100644 --- a/resources/views/components/link-subtle.blade.php +++ b/resources/views/components/link-subtle.blade.php @@ -1,3 +1,6 @@ -class('tracking-wide underline underline-offset-4 text-sm text-gray-500 dark:text-gray-400 hover:text-gray-800 dark:hover:text-gray-100')}}> - {{$slot}} + + {{ $slot }} diff --git a/resources/views/components/logo.blade.php b/resources/views/components/logo.blade.php new file mode 100644 index 00000000..25b6837d --- /dev/null +++ b/resources/views/components/logo.blade.php @@ -0,0 +1,26 @@ + + + + + + diff --git a/resources/views/components/mobile-pricing.blade.php b/resources/views/components/mobile-pricing.blade.php new file mode 100644 index 00000000..8d664039 --- /dev/null +++ b/resources/views/components/mobile-pricing.blade.php @@ -0,0 +1,586 @@ +
+
+ {{-- Section Heading --}} +

+ Purchase a license +

+ + {{-- Section Description --}} +

+ Start your journey to become a mobile developer +

+
+ + {{-- Pricing Plans --}} +
+ {{-- Mini Plan --}} +
+ {{-- Plan Name --}} +

+ Mini +

+ + {{-- Price --}} +
+
+ ${{ number_format(50) }} +
+
per year
+
+ + {{-- Warning --}} +
+
+ + {{-- Button --}} + + Get started + + + {{-- Features --}} +
+
+
+
+
+
+
+
+ + {{-- Divider - Decorative --}} + + + {{-- Perks --}} +
+
+ +
Community Discord channel
+
+
+ +
Your name in NativePHP's history
+
+
+ +
Repo access
+
+
+ +
Help decide feature priority
+
+
+ +
Business hours support (GMT)
+
+
+
+ + {{-- Pro Plan --}} +
+ {{-- Plan Name --}} +

+ Pro +

+ + {{-- Price --}} +
+
+ ${{ number_format(150) }} +
+
per year
+
+ + {{-- Warning --}} +
+
+ + {{-- Button --}} + + Get started + + + {{-- Features --}} +
+
+
+
+
+
+
+
+ + {{-- Divider - Decorative --}} + + + {{-- Perks --}} +
+
+ +
Community support via Discord
+
+
+ +
Your name in NativePHP's history
+
+
+ +
Repo access
+
+
+ +
Help decide feature priority
+
+
+ +
Business hours support (GMT)
+
+
+
+ + {{-- Max Plan - Most Popular --}} +
+ {{-- Popular badge --}} +
+ Most Popular +
+ + {{-- Plan Name --}} +

+ Max +

+ + {{-- Price --}} +
+
+ ${{ number_format(250) }} +
+
per year
+
+ + {{-- Warning --}} +
+
+ + {{-- Button --}} + + Get started + + + {{-- Features --}} +
+
+
+
+
+
+
+
+ + {{-- Divider - Decorative --}} + + + {{-- Perks --}} +
+
+ +
Exclusive access to private Discord channels
+
+
+ +
Repo access
+
+
+ +
Help decide feature priority
+
+
+ +
+ Business hours support (GMT) +
+
+
+ +
+ Your name in NativePHP's history +
+
+
+
+
+
diff --git a/resources/views/components/navigation-bar.blade.php b/resources/views/components/navigation-bar.blade.php new file mode 100644 index 00000000..3b5d4bea --- /dev/null +++ b/resources/views/components/navigation-bar.blade.php @@ -0,0 +1,135 @@ +@props(['hasMenu' => false]) + + diff --git a/resources/views/components/platform-switcher.blade.php b/resources/views/components/platform-switcher.blade.php index 6d735e4d..0d15c282 100644 --- a/resources/views/components/platform-switcher.blade.php +++ b/resources/views/components/platform-switcher.blade.php @@ -1,21 +1,93 @@ @php $isMobile = request()->is('docs/mobile/*'); - $href= $isMobile ? '/docs/desktop/1' : '/docs/mobile/1'; + $mobileHref = '/docs/mobile/1'; + $desktopHref = '/docs/desktop/1'; @endphp -
class(['mb-6 p-3 text-sm space-y-2.5 rounded-md - text-gray-600 bg-gray-50/85 border border-gray-200 - dark:text-gray-300 dark:bg-gray-800 dark:border-none - ']) }}> -
You're reading the documentation of NativePHP for {{ $isMobile? 'mobile' : 'desktop' }}.
- - @if($isMobile) - - Switch to desktop - @else - - Switch to mobile - @endif + diff --git a/resources/views/components/sidebar-left-navigation.blade.php b/resources/views/components/sidebar-left-navigation.blade.php index c2881318..58523ade 100644 --- a/resources/views/components/sidebar-left-navigation.blade.php +++ b/resources/views/components/sidebar-left-navigation.blade.php @@ -1,41 +1,28 @@ - - - -