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.
我正在管理一个网站,我需要通过获取 rss 提要来更新其内容,我总是通过网络浏览器访问我的更新链接/路由进行更新。
我打算使用 crontab 这样我就不需要手动更新它,那么有没有办法通过命令行运行该代码?
简而言之:是的。
Laravel 有一个广泛的CLI 界面,可以让你做到这一点。在这些命令中,你可以访问所有 Laravel 资源,就像它是由网络服务器运行一样。