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ドキュメントからこのコードを使用しますが、app.phpで32文字を設定していた「Class 'Crypter' not found」というエラーを受け取りました
Crypter::encrypt('I actually like Hello Kitty');
間違ったクラス名を使用しているようです。試してください:
Crypt::encrypt('I actually like Hello Kitty');