1. Go to this page and download the library: Download typicms/subscriptions library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
typicms / subscriptions example snippets
// config/app.php
/*
* TypiCMS Modules Service Providers.
* Here is the place for your modules,
* they should be set before Core Service provider.
*/
…
TypiCMS\Modules\Subscriptions\Providers\ModuleServiceProvider::class,
…