laravel-theme
laravel-theme copied to clipboard
Theme and asset managing for laravel
Normally , i can create `@yield('custom-js')` on master blade and use it in my views like `@section('custom-js')` and i can write my custom-js codes on views So how can i...
in_array() expects parameter 2 to be array, string given (View: E:\phpstudy\WWW\project\public\themes\admin\partials\managesidebar.blade.php) (View: E:\phpstudy\WWW\project\public\themes\admin\partials\managesidebar.blade.php) Why is this wrong??
i cannot find any method to pass variables to default.blade.php of theme. is this possible?
hey bro, when i use "echo Theme::scope('index')->render()" I see http header information. i dont want http headers. What will I do ? I want HTML content for cache; Ex: $content...
Hi, I have a main css file overwriting some styling applied by the css files coming from some jQuery plugins. I would like to serve the assets for these widgets...
5.4 ?
any chanche to update this to work with 5.4 ?
Hi my css in controller: `$this->theme->asset()->usePath()->add('rtl', 'css/custom-rtl.css');` and css in config: ` $theme->asset()->usePath()->add('preload', 'css/preload.min.css');` how to load first preload.mini.css and secend load custom-rtl.css?
look like url asset() : http://la.dev/public/backend/admin_2/assets/css/font-css.css
this is an error example when using @foreach on breadcrumb->setTemplate('') : ErrorException in Breadcrumb.php(128) : eval()'d code line 3: Undefined variable: __env I think it's because there's new variable $__env...
Hi, We are using your package in a few projects and it has helped us structure our applications in a quite a nice way. We are however concerned that this...