Tagged articles
3 articles
Page 1 of 1
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 18, 2024 · Frontend Development

Implementing Elegant 403 Pages in Admin Frameworks by Replacing Route Components

This article explains why many admin frameworks ignore 403 pages, compares common handling strategies, and presents a practical solution that replaces the component of unauthorized routes with a dedicated 403 component while preserving the original URL, complete with code examples and visual demos.

403 pageAccess ControlAdmin Framework
0 likes · 9 min read
Implementing Elegant 403 Pages in Admin Frameworks by Replacing Route Components
Open Source Tech Hub
Open Source Tech Hub
Apr 6, 2024 · Backend Development

How to Quickly Set Up Tadmin: A Non‑Intrusive Admin Framework for ThinkPHP

This guide introduces Tadmin, a lightweight, non‑intrusive admin framework built on ThinkPHP, and provides step‑by‑step instructions for installing it via Composer, registering the service, running initialization and migrations, accessing the admin panel, and locating demo and support resources.

Admin FrameworkComposerInstallation
0 likes · 3 min read
How to Quickly Set Up Tadmin: A Non‑Intrusive Admin Framework for ThinkPHP
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 15, 2024 · Frontend Development

Refactoring Fantastic‑admin: Making a Vue‑Based Admin Framework UI‑Agnostic

The article chronicles the author’s three‑year journey of transforming the Vue‑based Fantastic‑admin backend framework from a tightly coupled Element Plus implementation into a UI‑agnostic, component‑driven system by analyzing pain points, evaluating multiple redesign strategies, and detailing the step‑by‑step implementation and validation across several UI libraries.

Admin FrameworkOpen SourceUI components
0 likes · 14 min read
Refactoring Fantastic‑admin: Making a Vue‑Based Admin Framework UI‑Agnostic