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
これらのコマンドはターミナルで実行する必要があります。
Laravelがにインストールされているとしましょうdocuments/projects/test。
documents/projects/test
cd documents/projects/test php artisan bundle:install charisma