Skip to content

Conversation

hailwood
Copy link
Contributor

Summary

Complete rebranding of the package from Webfox to Foxbyte, preparing for republication under the new company name.

Changes Made

  • Company Identity

  • 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

hailwood and others added 2 commits September 19, 2025 12:04
- 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 link

Summary of Changes

Hello @hailwood, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request implements a comprehensive rebranding of the laravel-inertia-dataproviders package, transitioning its identity from "Webfox" to "Foxbyte". This change prepares the package for republication under the new company name, ensuring all references, from package metadata and namespaces to documentation and configuration, are aligned with the new brand. Users will need to update their composer.json and namespace imports to migrate to the new package.

Highlights

  • Company Identity Update: The company name has been updated from "Webfox Developments Ltd" to "Foxbyte Ltd", and the contact email changed from "[email protected]" to "[email protected]" across relevant files like the LICENSE.md and composer.json.
  • Package Rebranding: The package name was changed from "webfox/laravel-inertia-dataproviders" to "foxbytehq/laravel-inertia-dataproviders". All namespace declarations within the source code and configuration files were updated from "Webfox\InertiaDataProviders" to "Foxbyte\InertiaDataProviders". A "replace" field was also added to composer.json to indicate this package supersedes the old one.
  • Documentation and Configuration Alignment: GitHub URLs, Packagist badges, Composer installation instructions, vendor publish commands, test suite names, IDE configuration, and all code examples/documentation references in the README.md and other configuration files have been updated to reflect the new "Foxbyte" branding.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@hailwood hailwood merged commit 3324df9 into main Sep 19, 2025
1 check passed
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request successfully rebrands the package from Webfox to Foxbyte. The changes are comprehensive, covering namespaces, package metadata, documentation, and configuration files. The use of replace in composer.json is a great touch for a smooth transition for users. I've found one minor style issue regarding a missing newline at the end of a file, which is a good practice to follow for PSR-12 compliance. Overall, this is a solid update.

Comment on lines +4 to 5
'attribute_name_formatter' => \Foxbyte\InertiaDataProviders\AttributeNameFormatters\AsWritten::class,
];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To adhere to the PSR-12 standard, all PHP files must end with a single blank line. This file is missing a final newline character.

    'attribute_name_formatter' => \Foxbyte\InertiaDataProviders\AttributeNameFormatters\AsWritten::class,
];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant