Skip to content

Boost doesn't detect environment changes #130

@poisa

Description

@poisa

Laravel Package Version

1.0.17

Laravel Version

12.24.0

PHP Version

8.4.11

System Info

macOs 15.6 with Herd 1.22.0, Cursor 1.4.5

Description

I installed Boost with a vanilla Laravel install using the sqlite driver. I changed to the mysql driver but the MCP server in Cursor continued returning sqlite as the default database driver both when ran using the get-config tool and when running return config("database.default"); via Tinker.

The solution was to restart Cursor. Seems that either Boost or Cursor are caching the results from the MCP calls. I'm reporting it here in case this is a Boost configuration.

Steps To Reproduce

  1. Install a vanilla Laravel app
  2. Install Boost
  3. Change laravel to use a mysql connection
  4. Ask the Cursor Agent to find out which is the default database connection (or ask it to create a new table).

It will attempt to use the sqlite connection in its generated commands or will try to verify that it's work is complete by querying the wrong database driver.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions