Default country



  • Hi everyone, how do I implement default city in my project. am new in this have done it but not seeing any changes even after publishing. Below is my code snippet.

    },
    
                            address: {
                                billing: {
                                    address1: [''],
                                    save_as_address: false,
                                    use_for_shipping: true,
                                    country: 'KE'
                                },
    
                                shipping: {
                                    address1: ['']
    


  • Hi there,
    Please run the given command inside that package in which you are doing the changes,

    php artisan bagisto:publish

Log in to reply