You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will create a configuration file at `config/responsebuilder.php`, where you can customize the package settings.
@@ -85,7 +85,7 @@ This will create a `resources/lang/vendor/responsebuilder` directory where you c
85
85
86
86
2.**Use Existing Translation Files:**
87
87
88
-
If you do not need custom translations, the package will automatically use the default language files from the `vendor/doliveira/laravel-api-response-builder/resources/lang` directory.
88
+
If you do not need custom translations, the package will automatically use the default language files from the `vendor/danilowa/laravel-api-response-builder/resources/lang` directory.
Copy file name to clipboardExpand all lines: composer.json
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
{
2
-
"name": "doliveira/laravel-api-response-builder",
2
+
"name": "danilowa/laravel-api-response-builder",
3
3
"version": "1.0.8",
4
4
"description": "A Laravel package designed to simplify the creation of structured and formatted API responses (JSON, XML) with custom status codes, messages, and data. XML support is currently under construction.",
0 commit comments