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.
我想知道是否有任何方法可以在 laravel 中运行临时命令?就像在修补匠中一样,但没有修补匠?
我希望能够在不使用 tinker 的情况下运行临时命令?
例子:
"App\Post::orderBy('timestamp', 'desc')->first()"
我想每 5 秒运行一次?
是的,您可以在工匠中编写 orn 命令。这是非常有用的。
类保存在app/console
app/console
更多:https ://laravel.com/docs/5.5/artisan