While working on one of my client projects, I was shocked to see as there were no migration files in a Laravel project. They provided me the live database to work with and it was somehow okay for now but we all know what migration files do in Laravel. It was itching me and I started researching for generating the migration files by using our existing database. Here comes to the rescue, one of the packages by Bennett Treptow was just what I was looking for....
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....
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....
This plugin simply generates the wordpress hash password and user password update sql query.
Installation Download the zip file of the repository or clone the repository in your wp-content/plugins
Download the zip file
As traditionally upload the plugin to your wordpress site and activate 😃 .
Clone the repository
1 git clone [email protected]:sachinkiranti/wp-password-hash-generator.git Activate it!
Usage Add the shortcode to wordpress POST/PAGE or anywhere you want to :...