laravel-theme
laravel-theme copied to clipboard
Access to /theme/* dir
Maybe hide the /theme/*
dir and sub-dirs but not the assets.. How I can do this?
add this line to your .htaccess file:
RewriteRule ^theme/.*.(blade.php|php)$ - [F,L,NC]