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 的新手。我从未使用过工匠命令。现在我正在尝试安装一个包,但它说要运行以下命令:php artisan bundle:install charisma和 `php artisan bundle:publish. 我不知道如何运行这些命令以及在哪里运行这些命令进行安装。谁能一步一步告诉我这些命令如何以及在哪里工作。
php artisan bundle:install charisma
您应该在终端上运行这些命令。
假设您在documents/projects/test.
documents/projects/test
cd documents/projects/test php artisan bundle:install charisma