Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: laravel/boost
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.3
Choose a base ref
...
head repository: laravel/boost
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 4 commits
  • 16 files changed
  • 6 contributors

Commits on Oct 13, 2025

  1. Update CHANGELOG

    ashleyhindle authored and github-actions[bot] committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    b25e4ff View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. [1.x] Add Support for Custom Code Environments (#280)

    * Add hooks for registering third party code environments
    
    Signed-off-by: Pushpak Chhajed <[email protected]>
    
    * Dynamically set scroll
    
    Signed-off-by: Pushpak Chhajed <[email protected]>
    
    * Fix PHPStan errors
    
    Signed-off-by: Pushpak Chhajed <[email protected]>
    
    * Add Docs
    
    Signed-off-by: Pushpak Chhajed <[email protected]>
    
    * Fix Issues
    
    Signed-off-by: Pushpak Chhajed <[email protected]>
    
    * Fix Issues
    
    Signed-off-by: Pushpak Chhajed <[email protected]>
    
    * Fix Test
    
    Signed-off-by: Pushpak Chhajed <[email protected]>
    
    * Fix scroll option calculation in InstallCommand
    
    Signed-off-by: Pushpak Chhajed <[email protected]>
    
    * Replace a hardcoded IDE list
    
    Signed-off-by: Pushpak Chhajed <[email protected]>
    
    * Fix Readme
    
    Signed-off-by: Pushpak Chhajed <[email protected]>
    
    * Update README.md
    
    Signed-off-by: Pushpak Chhajed <[email protected]>
    
    * Update README.md
    
    Signed-off-by: Pushpak Chhajed <[email protected]>
    
    * Update README.md
    
    Signed-off-by: Pushpak Chhajed <[email protected]>
    
    * Update README.md
    
    Signed-off-by: Pushpak Chhajed <[email protected]>
    
    * Update README.md
    
    ---------
    
    Signed-off-by: Pushpak Chhajed <[email protected]>
    Co-authored-by: Taylor Otwell <[email protected]>
    pushpak1300 and taylorotwell authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    3eb3dcc View commit details
    Browse the repository at this point in the history
  2. Fix boolean parameter handling in ListRoutes MCP tool (#279)

    * Fix boolean parameter handling in ListRoutes MCP tool
    
    The ListRoutes tool was throwing a type error when boolean parameters
    (except_vendor, only_vendor) were passed because str_replace() was
    being called on boolean values. This fix adds type checking to handle
    boolean parameters separately from string parameters.
    
    The error was: "str_replace(): Argument #3 ($subject) must be of type
    array|string, true given"
    
    Boolean parameters are now properly passed to the artisan command
    without string manipulation, while string parameters continue to have
    wildcard characters sanitized.
    
    * Fix boolean parameter handling in ListRoutes MCP tool
    
    The ListRoutes tool was throwing a type error when boolean parameters
    (except_vendor, only_vendor) were passed because str_replace() was
    being called on boolean values. This fix adds type checking to handle
    boolean parameters separately from string parameters.
    
    The error was: "str_replace(): Argument #3 ($subject) must be of type
    array|string, true given"
    
    Boolean parameters are now properly passed to the artisan command
    without string manipulation, while string parameters continue to have
    wildcard characters sanitized.
    
    ---------
    
    Co-authored-by: systempath <[email protected]>
    Co-authored-by: Pushpak Chhajed <[email protected]>
    3 people authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    8fcbb99 View commit details
    Browse the repository at this point in the history
  3. Fix Laravel 10 bootstrap/app.php Documentation Inaccuracy (#224)

    * Fix laravel 10 core.blade.php inaccuracy
    
    * ci: retrigger checks
    
    ---------
    
    Co-authored-by: Pushpak Chhajed <[email protected]>
    paulschoeman and pushpak1300 authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    8d2dedf View commit details
    Browse the repository at this point in the history
Loading