We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3324df9 commit 0555df5Copy full SHA for 0555df5
CHANGELOG.md
@@ -2,6 +2,20 @@
2
3
All notable changes to `laravel-inertia-dataproviders` will be documented in this file.
4
5
+## v3.0.0 Company Rebrand - 2025-09-19
6
+
7
+### What's Changed
8
9
+Complete rebranding of the package from Webfox to Foxbyte (our new company name!).
10
11
+### Migration Path
12
13
+1. Update your `composer.json` to use the new foxbytehq/laravel-inertia-dataproviders package name
14
+2. Run `composer update`
15
+3. Updating namespace imports in your code from `Webfox\InertiaDataProviders` to `Foxbyte\InertiaDataProviders`
16
17
+**Full Changelog**: https://github.com/foxbytehq/laravel-inertia-dataproviders/compare/v2.2.0...v3.0.0
18
19
## v2.2.0 - 2025-04-30
20
21
### What's Changed
0 commit comments