How can I obfuscate controller, view files and css, js files. How can I make them compatible with each other? (e.g. a html div class in a js file is same as the blade and css files)
Don't obfuscate at all, it's just all-round a Bad Idea™.
You can't obfuscate HTML or CSS and there's no valid reason to obfuscate JavaScript.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community