Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
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: calebporzio/onboard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: calebporzio/onboard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 3 files changed
  • 8 contributors

Commits on Dec 14, 2018

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

Commits on Dec 21, 2018

  1. Merge pull request #8 from usamaejaz/master

    Allow package to be installed by laravel 5.7.*
    calebporzio authored Dec 21, 2018
    Configuration menu
    Copy the full SHA
    5411376 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. update readme

    - Fix typo;
    - remove spaces;
    eduardostuart authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    46b2d2b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

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

Commits on Mar 13, 2019

  1. Update README.md

    Make `nextUnfinishedStep()` a method, not a variable.
    petersuhm authored Mar 13, 2019
    Configuration menu
    Copy the full SHA
    f2a2123 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Merge pull request #11 from petersuhm/update-readme

    Update README.md
    calebporzio authored Mar 18, 2019
    Configuration menu
    Copy the full SHA
    33b893f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

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

Commits on Jul 27, 2019

  1. Merge pull request #14 from petersuhm/5.8-support

    Update composer.json to support L5.8
    calebporzio authored Jul 27, 2019
    Configuration menu
    Copy the full SHA
    d57f608 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Edited README as it is working for me

    Old version of readme didn't work for me, threw same error as #15 bug.
    Also changed `Auth::user()` to `auth()->user()` everywhere, this way you don't need to add `use ...Auth` in every file.
    PovilasKorop authored Aug 1, 2019
    Configuration menu
    Copy the full SHA
    2e69807 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Merge pull request #17 from PovilasKorop/patch-1

    Edited README as it is working for me
    calebporzio authored Aug 7, 2019
    Configuration menu
    Copy the full SHA
    0f9bec9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. support Laravel 6

    EcoinTest authored Sep 5, 2019
    Configuration menu
    Copy the full SHA
    6bf65b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Merge pull request #19 from djoudi/master

    support Laravel 6
    calebporzio authored Sep 19, 2019
    Configuration menu
    Copy the full SHA
    1295276 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Updated composer.json to support Laravel 6.*

    Karl Monson committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    83e60bb View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Use Arr::get instead of the deprecated array_get

    In Laravel 6 the array_* helpers has been removed from the core framework (https://laravel.com/docs/6.x/upgrade#helpers)
    So changed it to use the `Illuminate\Support\Arr` class instead, and that is also the same in previous versions.
    martindilling authored Oct 24, 2019
    Configuration menu
    Copy the full SHA
    b1c9cc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Merge pull request #21 from karlmonson/master

    Updated composer.json to support Laravel 6.*
    calebporzio authored Jan 6, 2020
    Configuration menu
    Copy the full SHA
    9cbe641 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from martindilling/patch-1

    Use `Arr::get` instead of the deprecated `array_get`
    calebporzio authored Jan 6, 2020
    Configuration menu
    Copy the full SHA
    1cee985 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Update composer.json

    calebporzio authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    d15f240 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Support Laravel 8

    calebporzio committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    64a7928 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Update README.md

    calebporzio authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    399e4f3 View commit details
    Browse the repository at this point in the history
Loading