0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Laravel Jetstreamのインストールと日本語化

Last updated at Posted at 2022-04-14
composer require laravel/jetstream
php artisan jetstream:install livewire

Alpine.jsもインストールされる

npm install && npm run dev

データベースを使うので

php artisan migrate

日本語化にはGitHubからファイルを落として解凍、できたフォルダのlocales/ja/ja.jsonを日本語化したいプロジェクトのresources/langにコピー
Laravelの日本語設定が済んでいればほとんどこれで日本語化されるのだが3〜4個トップページのbladeなどに英語が残ったままなので手っ取り早く直接修正

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?