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: coderflexx/laravel-csv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: df5c949
Choose a base ref
...
head repository: coderflexx/laravel-csv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 64f3aa1
Choose a head ref
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Sep 28, 2022

  1. Update CHANGELOG

    ousid authored and github-actions[bot] committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    ca11ad0 View commit details
    Browse the repository at this point in the history
  2. Bug Fix: package installation failure

    When installing this package to newly created laravel app with "composer require coderflex/laravel-csv" throws an Illuminate\Foundation\ComposerScripts::postAutoloadDump error. I guess removing <?php might be the cause of this.
    askdkc authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    07711f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Merge pull request #5 from askdkc/patch-3

    Bug Fix: package installation failure
    ousid authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    5d8d844 View commit details
    Browse the repository at this point in the history
  2. Fix styling

    ousid authored and github-actions[bot] committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    bc0384e View commit details
    Browse the repository at this point in the history
  3. update README.md

    ousid committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    64f3aa1 View commit details
    Browse the repository at this point in the history
Loading