gkblabs/phani

dev-master 2019-03-28 13:06 UTC

This package is auto-updated.

Last update: 2025-06-29 01:34:37 UTC


README

This package is used to extract the user/customer mails given the credentials of the respective user/customer, here we also have the option of retrieve a specific mail with regards to the content/subject,to or from etc.. fields.

This package can be installed using the command "composer require gkblabs/phani", given php 7.0 or greater is installed along with xampp 3.2.2 or greater.

Before that we need to install composer

Then install xampp. you have to navigate to htdocs in command prompt and in the directory write a command composer create-project laravel/laravel

and then navigate to the laravel project in command prompt

finally say composer require gkblabs/phani which installs the package

For the package to be run, add a line Gkblabs\Phani\MailListProvider::class in the "config/app.php" under the "package providers" comments.

and in the composer.json, we have to include the line : "Gkblabs\\Phani\\" : "vendor/gkblabs/phani/src" then use "composer update"

for accessing the database, this line php artisan migrate --path=/vendor/gkblabs/phani/src/database/migrations has to be written in command prompt with laravel directory as the root.