Tagged articles
8 articles
Page 1 of 1
php Courses
php Courses
Jul 28, 2023 · Backend Development

Developing Stable and Reliable API Interfaces with ThinkPHP6

This tutorial explains how to design request/response structures, configure routing, implement controllers, perform parameter validation, and handle exceptions when building robust API endpoints using the ThinkPHP6 framework, complete with practical code examples.

APIBackendException Handling
0 likes · 6 min read
Developing Stable and Reliable API Interfaces with ThinkPHP6
php Courses
php Courses
Jul 6, 2023 · Frontend Development

Preventing Duplicate Form Submissions with ThinkPHP6 and Vue3

This article explains how to prevent duplicate form submissions in web applications by disabling the submit button on the Vue3 front end and using a server‑generated token in ThinkPHP6 to verify request uniqueness, providing full code examples for both sides.

BackendThinkPHP6Vue3
0 likes · 7 min read
Preventing Duplicate Form Submissions with ThinkPHP6 and Vue3
php Courses
php Courses
May 7, 2023 · Backend Development

Integrating Alibaba Cloud SMS Service with ThinkPHP6

This guide explains how to set up Alibaba Cloud SMS, configure the required Access Key ID and Secret, install the SDK, and use ThinkPHP6 to call the SMS API with sample PHP code, highlighting the steps and placeholders that must be replaced with your own credentials.

APIAlibaba CloudIntegration
0 likes · 4 min read
Integrating Alibaba Cloud SMS Service with ThinkPHP6
php Courses
php Courses
Apr 6, 2021 · Backend Development

ThinkPHP6 Configuration and Environment Variable Setup Guide

This article explains how to work with the ThinkPHP6 config directory, rename and edit the .example.env file to .env, adjust database connection settings, and use the think\facade\Env facade to access environment variables in a PHP backend project.

Environment VariablesThinkPHP6
0 likes · 3 min read
ThinkPHP6 Configuration and Environment Variable Setup Guide
php Courses
php Courses
Mar 5, 2021 · Backend Development

Integrating Whoops Error Handler into ThinkPHP6

This tutorial explains how to install the Whoops library via Composer and configure ThinkPHP6’s ExceptionHandle to replace the default error page with Whoops’ detailed, user‑friendly exception view, including code examples and a final verification.

BackendError HandlingException
0 likes · 3 min read
Integrating Whoops Error Handler into ThinkPHP6