mprince2k18/envato-license-verification

This is my package envato-license-verification


README

You can install the package via composer:

composer require mprince2k18/envato-license-verification

You can publish and run the migrations with:

php artisan vendor:publish --tag="envato-license-verification-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="envato-license-verification-config"

This is the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="envato-license-verification-views"

Usage

$envatoLicenseVerification = new Mprince2k18\EnvatoLicenseVerification();
echo $envatoLicenseVerification->echoPhrase('Hello, Mprince2k18!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.