Home > Article > PHP Framework > How to rename thinkphp module
thinkphp module rename, how to do it. For example, the We module is changed to You module
The steps are as follows:
We module: (case sensitive)
1. Modify the namespace of Controller and model to You
2. Replace all We\ links with You\
3. Replace all We/ links with You/
4. Replace all We@ with You@
5. Replace all we/ with You/
6. Replace all we\ with You\
Recommended tutorial: "TP5 》
The above is the detailed content of How to rename thinkphp module. For more information, please follow other related articles on the PHP Chinese website!