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.
嗨,我已经到达 La-ravel 教程中的捆绑部件。我有一个简单的疑问,您可能很容易解决。在使用命令之前将包 zip 放在哪里(即在哪个目录中)
php 工匠包:安装包
您的回复将不胜感激
提前致谢
捆绑包位于项目根目录下的捆绑目录中。
或者,您可以使用
php artisan bundle:install bundlename
其中 bundlename 是您要安装的包的名称。这是安装它们的首选方法。