Laravel Pennant is a package created by the Laravel team that will arrive with Laravel 10 provides Feature Flags for your applications. " "" "> " "";">Feature flags enable you to incrementally roll out new application features with confidence, A/B test new interface designs, compliment a trunk-based...
02 March, 2023
Encrypt environment files with Padlock
Programing Coderfunda
March 02, 2023
Laravel, Packages, php
No comments
Padlock is a Laravel Zero command by Daniel Mason for encrypting and decrypting environment files powered by Laravel's encryption commands. Since it's installed globally via composer, you can use it to encrypt files in the current working directory for any project:$ padlock env:encrypt --env=testing INFO Environment successfully...