Posts by andrecaetanov • 21 points
2 posts
-
0
votes2
answers115
viewsA: What is a Nullreferenceexception and how do I fix it?
As stated in the comments, Exception NullReferenceException occurs when an attempt to access an attribute or method of a non-einstantiated object occurs. It would occur, for example, when trying to…
asp.net-mvcanswered andrecaetanov 21 -
2
votes3
answers1024
viewsA: ERROR: No application Encryption key has been specified
There is the file .env in the project? If it exists, there is in it the variable APP_KEY? What do I command php artisan key:generate makes is generate a random key for the variable APP_KEY. If the…