Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当我尝试跑步时,php artisan tinker我都会得到: ReflectionException : Class App\Console\Commands\ExampleCommand does not exist
php artisan tinker
ReflectionException : Class App\Console\Commands\ExampleCommand does not exist
虽然该文件确实不存在,但它是否必须运行修补程序?
必须注释掉 tinker.php 文件中的 ExampleCommand 行(第 17 行)。感谢@bhuncho 指出命令白名单文档,基于此找到它!