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: NativePHP/laravel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.1
Choose a base ref
...
head repository: NativePHP/laravel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.2
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 22, 2025

  1. feat: add WipeDatabaseCommand for database management (#594)

    Introduced the WipeDatabaseCommand to streamline database wiping in the NativePHP development environment.
    WINBIGFOX authored Jun 22, 2025
    Configuration menu
    Copy the full SHA
    e97a405 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. Configuration menu
    Copy the full SHA
    c8eb8ac View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. fix: native:seed command (#628)

    * fix: native:seed command
    
    The "native:seed" command cannot be found because it is registered under multiple names.
    
    Fixes #627
    
    * Change $name to $signature
    
    * Remove empty space
    jump-style authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    f341cc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Configuration menu
    Copy the full SHA
    e784527 View commit details
    Browse the repository at this point in the history
Loading