extension
undefined
fix
search
Sign in
thinkphp5
Newest
Tp5.1 transaction operation query?
When performing a transaction operation, do you want to roll back the multi table structur...
2 answers
How to view the website log file online for the website built by thinkphp5 framework
The log path of the website is at / data / wwwlogs www.example.com Using thinkphp5 develop...
0 answers
TP5 SQL statement problems
`select *from catewhere not exists(select 1 from changwei where cate.catename = changwei.c...
0 answers
How does thinkphp5. X match all routing requests?
How does thinkphp5. X match all routing requests? How can a routing setting match all URL ...
1 answers
How to render the data requested asynchronously to the page through Axios?
Recently, I'm using TP5 + vue2 to do a simple blog. TP5 provides data interface. At pr...
2 answers
Default module and route definition of TP5
tp5.0.24 config.php The file only opens debugging and trace, and the relevant controllers ...
0 answers
How to deal with the problem of repeated tasks when PHP worker starts multiple processes to process the same task?
At present, the service is executed once a second by using the timer in workerman, but the...
1 answers
Why can a single file access a class without use?
Create a new thinkp5.1 project: composer create-project topthink/think tp5.1 5.1.* --prefe...
1 answers
Why does ThinkPHP independent log configuration not work?
https://www.kancloud.cn/manua... My configuration\ log.php : <?php return [ // 日志记录方式,内...
0 answers
Tp5.0 Ajax fills in access control allow origin and still displays cross domain
I have tried almost all the methods on the Internet, but I still can't solve the probl...
1 answers
Is the user-defined verifier of ThinkPHP 5.0 correct or wrong?
Title Description Start learning TP framework and follow it https://www.kancloud.cn/yunzh....
1 answers
The thinkp5 path address of nginx proxy is invalid
I configured 127.0.0.1:16000 for fastadmin on a computer Then I point the nginx proxy / Ji...
1 answers
How to cancel logging SQL debugging statements in the log file of thinkphp5 runtime directory?
As long as the database is checked once, SQL statements will be saved in the log file of t...
1 answers
How to encapsulate predis again
Framework tp5.1 because predis $config = [ 'host' => '127.0.0.1', '...
1 answers
Multiple websites of a server call each other. Why is it fast to add mapping in / etc / hosts
Tp5.0 has a business. A website visits B website through curl. B website uses session to g...
1 answers
more >>