bashy11 years ago Best Answer Level 65ReplyReport SpamHe just means setting this $_ENV['STRIPE_KEY'] or getenv('STRIPE_KEY') You can set these in your Laravel application using .env.php (L4) or .env (L5) Lesson for Forge: https://laracasts.com/series/server-management-with-forge/episodes/5 Normal app: https://laracasts.com/lessons/private-keys-go-here Like Reply 1 like
PhaxeNor11 years agoLevel 3ReplyReport SpamLesson for the .env.php (.env is similar) file: edit: https://laracasts.com/lessons/private-keys-go-here Like Reply
Anotheruser OP 11 years agoLevel 2ReplyReport Spam@bashy @PhaxeNor Thanks for your answers guys a big help and very much appreciated. @PhaxerNor the link you gave didnt work. However I found another video on the site https://laracasts.com/lessons/private-keys-go-here so maybe its been updated? Like Reply
bashy11 years agoLevel 65ReplyReport SpamAh yeah my link was for Forge, but you get the idea :) Like Reply
PhaxeNor11 years agoLevel 3ReplyReport Spam@appnorth that is the one I was supposed to link. Think I forgot a part of it :P Like Reply 1 like