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
- Update company name from "Webfox Developments Ltd" to "Foxbyte Ltd"
- Change package name from "webfox/laravel-inertia-dataproviders" to "foxbytehq/laravel-inertia-dataproviders"
- Update all namespace declarations from "Webfox\InertiaDataProviders" to "Foxbyte\InertiaDataProviders"
- Update contact email from [email protected] to [email protected]
- Update GitHub URLs to reflect new organization name
- Add "replace" field in composer.json to indicate this package replaces the old one
- Update documentation and configuration files
This prepares the package for republishing under the new Foxbyte brand.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Laravel Data Providers for Inertia.js
2
2
3
-
[](https://packagist.org/packages/webfox/laravel-inertia-dataproviders)
[](https://packagist.org/packages/foxbytehq/laravel-inertia-dataproviders)
@@ -303,7 +303,7 @@ class DemoController extends Controller
303
303
304
304
## Attribute Name Formatting
305
305
The attribute name format can be configured in the configuration file by setting the `attribute_name_formatter`.
306
-
The package ships with three formatters under the namespace `\Webfox\InertiaDataProviders\AttributeNameFormatters` but you are free to create your own.
306
+
The package ships with three formatters under the namespace `\Foxbyte\InertiaDataProviders\AttributeNameFormatters` but you are free to create your own.
307
307
308
308
### AsWritten
309
309
This is the default formatter. The output attribute name will be the same as the input name.
0 commit comments