19/37 Line of Events When heroes fall, families rise. Journey into the world of Grace as her reunited family copes with life in the wake of the surreal death of their childhood hero.
All posts by Al Mamun
Lies of P-RUNE Torrent Link
40/30 Lies of P(c)NEOWIZ RELEASE DATE: 02/2024 PROTECTION: Steam DISCS: 1 GENRE: Action You are a puppet created by Geppetto who is trapped in a web of lies with unimaginable monsters and untrustworthy figures standing between you and the events that unfold in the world of Lies of P You are awakened by a mysterious […]
Disable Maintenance Mode
When your application is in maintenance mode, all routes are temporarily inaccessible, and a custom “503 Service Unavailable” page is displayed. To restore normal operation, you need to disable maintenance mode. Below are all the possible ways to disable maintenance mode Disabling Maintenance Mode via Artisan Command The easiest way to disable maintenance mode is […]
API Authorization
Overview This documentation outlines the process of authorizing API access using an access token. The API requires a valid access token for certain endpoints to ensure secure communication and restrict unauthorized access. Enabling and Configuring API Access To manage API settings, follow these steps: Navigate to API Settings: Go to Admin Panel -> Configuration -> […]
Login With Martvill
This documentation outlines the steps required to integrate ‘Login with Martvill’ Single Sign-On (SSO) into your project. 1. Configuration Open the config/auth.php file in your project and add the following lines at the bottom: // SSO credentials ‘client_id’ => env(“SSO_CLIENT_ID”), ‘client_secret’ => env(“SSO_CLIENT_SECRET”), ‘callback’ => env(“SSO_CLIENT_CALLBACK”), ‘sso_host’ => env(“SSO_HOST”) Obtain SSO Client Credentials: Log in […]
Subscription Usage
To use the subscription feature, the first step is to create a subscription plan. You can do this by accessing your admin dashboard and then proceeding to ‘Subscriptions’ and selecting ‘Plans’. General Once there, click on the ‘Add Plan’ button to initiate the plan creation process. This will lead you to the ‘Create Plan’ interface, […]
Subscription Settings
To access the subscription settings interface, navigate to the Admin panel, then go to Subscriptions → Settings. Downgrade: If the ‘downgrade’ option is enabled, customers can switch to a lower-priced subscription plan. This allows them to reduce their costs. However, if the downgrade option is not available, customers cannot switch to a lower plan. In […]
Martvill Manual Upgrade
WARNING Before updating Martvill backup your database and server files. Extract the new downloaded file. Open Martvill directory Upload and replace all files on your server except “.env”, “.htaccess”, “modules_statuses.json” files. If you write any custom CSS or JS from Website Setup -> Appearance in admin panel then you need to exclude (Modules\CMS\Resources\assets\js\user-custom.js, Modules\CMS\Resources\assets\css\user-custom.css) files After successfully […]
Martvill Manual Upgrade (1.4.0 – 1.5.0)
Step 1: Begin by visiting the following link. Once there, please download the file named ‘martvill manual 1.5.0.zip’ to your local computer. Step 2: After downloading the zip file in Step 1, move on to uploading it. Access your cPanel project directory where your ‘martvill’ project is stored. Once you’re in the correct directory, upload […]
Backup Artifism (files and database)
Backing up your Artifism system that ensures your data is protected in case of any unexpected data loss or corruption. It involves creating a copy of your website’s files and database, which you can use to restore your website in case of any mishap. In this documentation, we will cover the two steps involved in […]