PHP Classes

File: src/config.php

Recommend this page to a friend!
  Classes of Moamen Eltouny   Laravel Shopping Basket   src/config.php   Download  
File: src/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Shopping Basket
Add a shopping basket to a Laravel application
Author: By
Last change:
Date: 1 year ago
Size: 198 bytes
 

Contents

Class file image Download
<?php

return [
   
/**
     * Detect the web basket automatically.
     */
   
'auto_detect' => true,

   
/**
     * Default currency of any new basket.
     */
   
'currency' => 'USD',
];