igaster / laravel-theme

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

Can Theme::url return absolute url? #40

Closed NawattY closed 8 years ago

NawattY commented 8 years ago

Because sometime my project store in sub-folder.

igaster commented 8 years ago

Sorry not possible yet...

Your project path however should be no issue. Note that you can reconfigure your asset path in themes.php, eg:

'themes_path' =>base_path('resources/themes')