laravel-theme
laravel-theme copied to clipboard
Theme and asset managing for laravel
Is is possible to move themes/ folder outside public/? Is it possible to move it to resources/?
Hi there, Is it possible to have a middleware to set which theme to use for a set of controllers? Probably something like below: ``` php
Are there any way I can use those providers and aliases without specifying in config/app.php? something like use Teepluss\Theme\Facades\Theme as Theme; EDIT: If I add $this->app->register('Teepluss\Theme\ThemeServiceProvider'); in AppServiceProvider.php I get...
how to pass variables to view like return view('foo')->with('key','value');
Hi, guys. I'm trying to use this theme in App\Execeptions\Handler.php to customize the error messages but it seams like this line: `413: $this->fire('appendBefore', $this);` generates a 500 server error with...
Fixed incorrect "Unescaped Data" . One side had 2 mustaches and an ! and the other side had 2 ! and 1 mustache
I have a problem for autocomplete in PHPStrom
Assets shouldn't depend on theme.themeDir, it should depend on the theme.assetUrl config. It will give us a chance to put theme into resources directory instead of public directory. consider following...
I have a situation where I need to be able to render a widget that is part of another package, i.e. it is outside of the **App\Widgets** namespace. (see #119)...
Maybe hide the `/theme/*` dir and sub-dirs but not the assets.. How I can do this?