有小伙伴提问 FastAdmin 在 CRUD 时出现 exec() has been disabled for security reasons 怎么办?
这是因为 php 配置中将 exec 禁用了,或者启用了安全模式。

最快的方法是关闭安全模式。
也可以是 按 Karson 方法分两条命令执行。

Karson:
php think crud -t test
php think menu -c test

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2021-06-21
  • 2022-12-23
  • 2021-08-14
  • 2021-11-08
  • 2021-08-22
猜你喜欢
  • 2022-12-23
  • 2021-04-01
  • 2021-07-25
  • 2021-09-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案