Skip to content

Commit 201db72

Browse files
committed
rename to nativephp/desktop
1 parent 1c95652 commit 201db72

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"name": "nativephp/laravel",
3-
"description": "Laravel wrapper for the NativePHP framework.",
2+
"name": "nativephp/desktop",
3+
"description": "NativePHP for Desktop",
44
"keywords": [
55
"nativephp",
66
"laravel",
7+
"desktop",
78
"nativephp-laravel"
89
],
910
"homepage": "https://github.com/nativephp/laravel",

src/Electron/Traits/CopiesToBuildDirectory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ abstract protected function sourcePath(string $path = ''): string;
4848
'storage/hot',
4949

5050
// Only needed for local testing
51-
'vendor/nativephp/laravel/resources',
52-
'vendor/nativephp/laravel/vendor',
51+
'vendor/nativephp/desktop/resources',
52+
'vendor/nativephp/desktop/vendor',
5353
'vendor/nativephp/php-bin',
5454

5555
// Also deleted in PrunesVendorDirectory after fresh composer install

0 commit comments

Comments
 (0)