No supported encrypter found. the cipher and / or key length are invalid.
It is easy to get this error when you start a new project that uses the Laravel framework. The solution is to set a key in the .env file.
The key length is 256 bits or 32 bytes in size. The cipher length is also 256 bits or 32 bytes long. Both these ...
8thesource.hashnode.dev3 min read