8000 Comparing 1.0.0-beta.3...1.0.0-beta.4 · NativePHP/laravel · GitHub
[go: up one dir, main page]

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.0.0-beta.3
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.0.0-beta.4
Choose a head ref
  • 3 commits
  • 6 files changed
  • 4 contributors

Commits on Mar 24, 2025

  1. Fixed error "method_exists(): Argument #1 ($object_or_class) must be …

    …of type object|string, array given" when using Livewire and AdminLTE. (#524)
    
    * Fixed error 'method_exists(): Argument #1 ($object_or_class) must be of type object|string, array given' when using Darryldecode\Cart\Cart.
    
    * Check if the $event variable is an object before checking if it was dispatched by NativePHP.
    JA-Developer authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    6899c2c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. feat: implement Alert class and facade for alert management (#523)

    * feat: implement Alert class and facade for alert management
    
    * refactor: remove unused methods from Alert class
    WINBIGFOX authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    5992b01 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Environment Helper (#527)

    * Add Environment Class with OS Helpers
    
    * Abstract all usages of PHP_OS_FAMILY to Environment class
    
    * Fix styling
    
    ---------
    
    Co-authored-by: Pete Bishop <pbishop@monarx.com>
    PeteBishwhip and Pete Bishop authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    fe865fe View commit details
    Browse the repository at this point in the history
Loading
0