igaster / laravel-theme

Theme support for Laravel
MIT License
520 stars 113 forks source link

Changed Themes and Assets folder #91

Closed enesyurtlu closed 7 months ago

enesyurtlu commented 6 years ago

Changed assets and themes folder to use it like "wordpress theming"

danhunsaker commented 6 years ago

This behavior is already supported by defining your theme's paths according to WordPress conventions in your theme.json or config/themes.php. The proposed changes obliterate this capability, and force the WordPress style, which is not desirable in many use cases, and is a backward compatibility break in any case.