Skip to content

Commit 0e7adbd

Browse files
committed
User bootstrap path to store the routing maifest
1 parent ae2a23e commit 0e7adbd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

publishable/config/api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
| strategy for each Resource in every version.
5959
*/
6060

61-
'routing_manifest_path' => storage_path('api-resources/manifest.json'),
61+
'routing_manifest_path' => app()->bootstrapPath('api-resources-manifest.json'),
6262

6363
];

tests/Fixtures/config/multi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@
6262
| strategy for each Resource in every version.
6363
*/
6464

65-
'routing_manifest_path' => storage_path('api-resources/manifest.json'),
65+
'routing_manifest_path' => app()->bootstrapPath('api-resources-manifest.json'),
6666
];

tests/Fixtures/config/simple.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
| strategy for each Resource in every version.
4545
*/
4646

47-
'routing_manifest_path' => storage_path('api-resources/manifest.json'),
47+
'routing_manifest_path' => app()->bootstrapPath('api-resources-manifest.json'),
4848
];

0 commit comments

Comments
 (0)