-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ignoring and copying blade.php files #36
Comments
its not possible yet, but we can add this option. |
That is great! Please let me know if I can assist with testing. |
@alexjacobsma can you test the new features in the new version? v2.1.0 MuriloChianfa/ioncube-encoder-action@v2.1.0 |
Sorry for the inconvenient, i forgot to add the new options into the allowed inputs list. |
Is it possible to use this action to encode, but ignore files of a certain type in the directories specified? Ioncube has the ability to ignore and copy. Something like this (on windows), notice the ignore and copy params.
./ioncube_encoder82.exe --ignore '.blade.php' --copy '.blade.php' C:\Github\laravel_app\modules -o C:\Github\laravel_app\modules --replace-target --allow-reflection-all
Project structure I am working with-
modules
users
Controllers
Models
Views
doors
Controllers
Models
Views
ex.
What I want to do is encode all .php files in modules directory while copying blade.php files. Is this possible using this action? I may just be missing it.
The text was updated successfully, but these errors were encountered: