mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 23:51:25 +00:00
Large update for version 2.0
This commit is contained in:
16
config/cart.php
Normal file
16
config/cart.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default tax rate
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This default tax rate will be used when you make a class implement the
|
||||
| Taxable interface and use the HasTax trait.
|
||||
|
|
||||
*/
|
||||
'tax' => 21
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user