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 3 years have passed since last update.

Laravel6でLaravel-Adminをインストール後、migrateできているのに、Laravel-Adminにログインできない

Posted at

状況

  • Laravelプロジェクトをインストール
  • envファイル編集
  • php artisan migrate 成功
  • Laravel-Adminをインストール
  • php artisan serve でサーバー起動
  • 127.0.0.1:8000/admin にアクセス後ID PASS入力
  • ログインできず、なぜかenvファイルを確認してくれと表示される

環境
サーバー:Windws WSL
DB:AWS RDB(8.x)

解決方法

php artisan config:cache
でキャッシュをクリア

これだけでした。

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?