How to send sms using Aakash sms in Nepal using Laravel

Laravel AakashSms The sachinkiranti/aakash-sms package provides easy access to the api of Nepali Sms Service Provider called AakashSms. Installation Installation is straightforward, setup is similar to every other Laravel Packages. 1. Install via Composer Begin by pulling in the package through Composer: 1 composer require sachinkiranti/aakash-sms 2. Define the Service Provider and alias Note: This package supports the new auto discovery features of Laravel >=5.5, so if you are working on a Laravel >=5....

April 29, 2022 · 2 min · Me

Laravel Nepal Rastra Bank Forex Api

Laravel NrbForexApi The sachinkiranti/nrb-forex-api package provides easy access to the forex rate fixed by Nepal Rastra Bank for different countries to Nepali Rupees(NPR). Installation Installation is straightforward, setup is similar to every other Laravel Packages. 1. Install via Composer Begin by pulling in the package through Composer: 1 composer require sachinkiranti/nrb-forex-api 2. Define the Service Provider and alias Note: This package supports the new auto discovery features of Laravel >=5....

April 27, 2022 · 2 min · Me