Laravel Environment Variable Security: Encryption Techniques #shorts

preview_player
Показать описание
This YouTube short will show how you can easily encrypt and decrypt your Laravel. When working with source control and projects that have been deployed, you usually don't want to use unencrypted environment variables. Laravel allows you to encrypt your environment files to be safely added.

📚 New Udemy Course

📲 Let’s plan a meeting

💌 Newsletter

🔥 Resources

#youtube #shorts #laravel
Рекомендации по теме
Комментарии
Автор

is it possible to run project with encrypted env after delete the env of laravel project

papunkumar
Автор

Is it really okay to push to github with the env.encrypt file

kelvinwasike
Автор

Hey first of all thanks for the video. Do we need to run this command every time we make changes in the env file??

jayantrawat
Автор

Hello thanks for the video I was looking for this. But what do you do after its encrypted.

Do you just delete the old env file and everything still works.

danielcollins
Автор

When should we encrypt our env? When deploying or development?

zachfox
Автор

Do i understand it corectly: This way is only to share the env file with team members? I can not encrypt the file on my server and delete the original env? Is there a way to encrypt the env file protecting of hackers etc?

masonwang