All packages

Installation

Installation

Install with Composer:

composer require khanaldpk/nepali-address

Laravel package discovery registers the service provider and NepaliAddress facade automatically. If your application has package discovery disabled, add the provider manually to config/app.php:

'providers' => [
    Khanaldpk\NepaliAddress\NepaliAddressServiceProvider::class,
],

Clear cached configuration after installation when appropriate:

php artisan optimize:clear