Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Support encryption of Blade files #28

Open
Sophist-UK opened this issue Nov 23, 2022 · 2 comments
Open

[Feature request] Support encryption of Blade files #28

Sophist-UK opened this issue Nov 23, 2022 · 2 comments

Comments

@Sophist-UK
Copy link

Rather than leaving *.blade.php files unencrypted, please consider adding functionality to encrypt blade files using one of the following methods:

a. Compile the blade file to raw php and then encrypt it; or

b. Use a method other than phpBolt to encrypt the blade file, storing the (separate) encryption key for this in a phpBolt encrypted blade file.

Both of these methods are likely to require some sort of macroed extension to Laravel's blade to handle these without code changes.

@Sophist-UK Sophist-UK changed the title [Feature request] Blade files [Feature request] Support encryption of Blade files Nov 23, 2022
@SiavashBamshadnia
Copy link
Owner

The blade files are not real PHP files. They mostly contain HTML and CSS codes. Why do you want to encrypt them?

@Sophist-UK
Copy link
Author

I don't want to personally - I am posting this on behalf of @vishalmicrolevel - see laravel/framework#44916

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants