-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Replaced array_get() with Arr::get(), array_get() removed in Laravel 6.0 #590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
webtamizhan
wants to merge
69
commits into
Crinsane:master
Choose a base branch
from
hardevine:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 37 commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
53eaa89
fix links in Readme
raakesh 71abbd2
Merge pull request #1 from raakesh/raakesh-fix-links-readme
raakesh 3a4adbd
Add Buyable interface path to documentation
awoyele 3e4f5a1
Fixes tax rounding issue
olimortimer 5a75e93
added section about Buyable interface to README
KristobalJunta c8f5d40
Update composer.json
hardevine 673bc57
Update composer.json
hardevine d1388a8
Update README.md
hardevine 861de3d
Update CartItem.php
hardevine 926b4c5
Merge pull request #1 from KristobalJunta/master
hardevine 01473f1
Merge pull request #3 from raakesh/master
hardevine 965f141
Merge pull request #2 from awoyele/master
hardevine 2a6e62e
Update Cart.php
hardevine 2c9c27d
Update CartTest.php
hardevine 67c9364
Update README.md
hardevine 8115c4e
Update CartItemTest.php
hardevine 09ab68d
Update CartTest.php
hardevine 927f0c1
Update README.md
hardevine 22bb9ca
Update README.md
hardevine a25541e
Update Cart.php
hardevine 63250f3
Update Cart.php
hardevine 948616b
Update CartTest.php
hardevine b8fe654
Update Cart.php
hardevine 172a6c5
Merge pull request #5 from olimortimer/master
hardevine f4e6408
Update CartItemTest.php
hardevine 9f2222f
Update CartItemTest.php
hardevine daeec55
Update CartItem.php
hardevine 4573962
Update composer.json
hardevine 076c1d2
Update event->fire to event->dispatch
drehimself 05de8fd
Merge pull request #6 from drehimself/master
hardevine d9185d0
Update Cart.php
hardevine 4fbeb25
Update 0000_00_00_000000_create_shoppingcart_table.php
hardevine f598dbf
Update Cart.php
hardevine 4855d38
Update 0000_00_00_000000_create_shoppingcart_table.php
hardevine 7571d4e
Update .travis.yml
hardevine 599fb6d
Update Cart.php
hardevine 0ef89eb
Update composer.json
hardevine 4ea0f32
Update composer.json
hardevine 5fc2566
Update CartItem.php
szabizs 9aad9e3
Merge pull request #7 from szabizs/patch-1
hardevine 05ddc67
Database query also check for instance
804c759
Merge pull request #8 from Itxshakiil/master
hardevine 46b3ab6
add items with different taxrates
lkrempler 3244936
Added multiple taxrates to readme
lkrempler 14ddf6b
Support Laravel 7
divdax 0e93e13
Merge pull request #11 from divdax/patch-1
hardevine c52cec1
update composer.json
owiesnama 2da55ec
Merge branch 'master' into support-laravel-7.0.8
owiesnama 4510098
toJson return with model if available
ad9b663
Merge pull request #12 from owiesnama/support-laravel-7.0.8
hardevine 3092880
Merge pull request #9 from lkrempler/newTaxes
hardevine 96cbee2
Update composer.json
winkelco 1dcc4ae
Merge pull request #14 from winkelco/patch-1
hardevine fe4f4c0
Merge pull request #13 from Itxshakiil/patch-1
hardevine 00e180b
Update CartItem.php
hardevine fbb271b
Update Cart.php
OscarKolsrud 08f7e19
Merge pull request #15 from OscarKolsrud/patch-1
hardevine 2fc6eff
support v8
hardevine e72f59b
Update README.md
hardevine f3acf54
Update Cart.php
hardevine 8dea942
Update Cart.php
hardevine 990c872
add support to Laravel 9
manelds fc73491
Merge pull request #45 from manelds/master
hardevine df52560
Update composer.json
hardevine 4290204
Update README.md
hardevine 33b12f4
added support for laravel version 11
arif98741 0785c08
Merge pull request #57 from PHPDark/master
hardevine 1f3fc08
added support for laravel version 12
gaetandezeiraud 023025c
Merge pull request #60 from gaetandezeiraud/master
hardevine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
language: php | ||
|
||
php: | ||
- 5.6 | ||
- 7.0 | ||
|
||
before_script: | ||
- composer self-update | ||
- composer install --prefer-source --no-interaction | ||
|
||
script: vendor/bin/phpunit | ||
script: vendor/bin/phpunit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont forget this