-
Notifications
You must be signed in to change notification settings - Fork 49
Comparing changes
Open a pull request
base repository: calebporzio/onboard
base: v1.1.1
head repository: calebporzio/onboard
compare: master
- 19 commits
- 3 files changed
- 8 contributors
Commits on Dec 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3b43d4b - Browse repository at this point
Copy the full SHA 3b43d4bView commit details
Commits on Dec 21, 2018
-
Merge pull request #8 from usamaejaz/master
Allow package to be installed by laravel 5.7.*
Configuration menu - View commit details
-
Copy full SHA for 5411376 - Browse repository at this point
Copy the full SHA 5411376View commit details
Commits on Feb 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 46b2d2b - Browse repository at this point
Copy the full SHA 46b2d2bView commit details
Commits on Feb 9, 2019
-
Merge pull request #10 from eduardostuart/fix-readme-typo
update readme
Configuration menu - View commit details
-
Copy full SHA for 81c24dd - Browse repository at this point
Copy the full SHA 81c24ddView commit details
Commits on Mar 13, 2019
-
Make `nextUnfinishedStep()` a method, not a variable.
Configuration menu - View commit details
-
Copy full SHA for f2a2123 - Browse repository at this point
Copy the full SHA f2a2123View commit details
Commits on Mar 18, 2019
-
Merge pull request #11 from petersuhm/update-readme
Update README.md
Configuration menu - View commit details
-
Copy full SHA for 33b893f - Browse repository at this point
Copy the full SHA 33b893fView commit details
Commits on Jul 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8569dd1 - Browse repository at this point
Copy the full SHA 8569dd1View commit details
Commits on Jul 27, 2019
-
Merge pull request #14 from petersuhm/5.8-support
Update composer.json to support L5.8
Configuration menu - View commit details
-
Copy full SHA for d57f608 - Browse repository at this point
Copy the full SHA d57f608View commit details
Commits on Aug 1, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2e69807 - Browse repository at this point
Copy the full SHA 2e69807View commit details
Commits on Aug 7, 2019
-
Merge pull request #17 from PovilasKorop/patch-1
Edited README as it is working for me
Configuration menu - View commit details
-
Copy full SHA for 0f9bec9 - Browse repository at this point
Copy the full SHA 0f9bec9View commit details
Commits on Sep 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6bf65b6 - Browse repository at this point
Copy the full SHA 6bf65b6View commit details
Commits on Sep 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1295276 - Browse repository at this point
Copy the full SHA 1295276View commit details
Commits on Oct 14, 2019
-
Updated composer.json to support Laravel 6.*
Karl Monson committedOct 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 83e60bb - Browse repository at this point
Copy the full SHA 83e60bbView commit details
Commits on Oct 24, 2019
-
Use
Arr::get
instead of the deprecatedarray_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.
Configuration menu - View commit details
-
Copy full SHA for b1c9cc6 - Browse repository at this point
Copy the full SHA b1c9cc6View commit details
Commits on Jan 6, 2020
-
Merge pull request #21 from karlmonson/master
Updated composer.json to support Laravel 6.*
Configuration menu - View commit details
-
Copy full SHA for 9cbe641 - Browse repository at this point
Copy the full SHA 9cbe641View commit details -
Merge pull request #23 from martindilling/patch-1
Use `Arr::get` instead of the deprecated `array_get`
Configuration menu - View commit details
-
Copy full SHA for 1cee985 - Browse repository at this point
Copy the full SHA 1cee985View commit details
Commits on Mar 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d15f240 - Browse repository at this point
Copy the full SHA d15f240View commit details
Commits on Sep 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 64a7928 - Browse repository at this point
Copy the full SHA 64a7928View commit details
Commits on Jun 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 399e4f3 - Browse repository at this point
Copy the full SHA 399e4f3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.1...master