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
## Summary
Complete rebranding of the package from Webfox to Foxbyte, preparing for republication under the new company name.
## Changes Made
- **Company Identity**
- Updated company name from "Webfox Developments Ltd" to "Foxbyte Ltd"
- Changed contact email from `[email protected]` to `[email protected]`
- **Package Identity**
- Changed package name from `webfox/laravel-inertia-dataproviders` to `foxbytehq/laravel-inertia-dataproviders`
- Updated all namespace declarations from `Webfox\InertiaDataProviders` to `Foxbyte\InertiaDataProviders`
- Added `replace` field in composer.json to indicate this package replaces the old one
- **Repository & Documentation**
- Updated GitHub URLs to reflect new organization (`foxbytehq`)
- Updated Packagist badges and installation instructions in README
- Updated test suite name and IDE configuration
- Updated all code examples and documentation references
## Migration Path
This change prepares the package for:
1. Abandoning the old `webfox/laravel-inertia-dataproviders` package on Packagist
2. Publishing the new `foxbytehq/laravel-inertia-dataproviders` package
Users can migrate by:
1. Updating their `composer.json` to use the new package name
2. Running `composer update`
3. Updating namespace imports in their code from `Webfox\InertiaDataProviders` to `Foxbyte\InertiaDataProviders`
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