1

After messing around with Laravel 5 for hours on end I finally got it working on production. Turns out everything was correct, but the random key generator command decided to literally put "RandomString" as the 32 character website secret... Wtf Laravel?

Comments
  • 0
    Just means it didnt generate one yet, Laravel is awesome tho :) I am sure you will enjoy it
  • 0
    Like the other guy said, it seems like it never generated one. I'm using Laravel in an enterprise application.
  • 0
    Then what is the key:generate function for?
  • 0
    @kerrermanisNL that should work, something might have messed up, try running it again.
    Never had problems with it before...
Add Comment