laravel-theme
laravel-theme copied to clipboard
Theme and asset managing for laravel
Is poslibe use livewire component in theme?
Hi, I've created the theme using twig compiler. When i'm running the app, i've got this error: ``` FatalErrorException in TwigCompiler.php line 94: Call to undefined function C:32:"SuperClosure\SerializableClosure":487:{a:5:{s:4:"code";s:337:"function ($twig) {...
Hi, i am trying to install this package with my Laravel 5.7 project. After successfull installation via composer and adding provider and aliases to config file, php artisan vendor:publish --provider="Teepluss\Theme\ThemeServiceProvider"...
Try to install on Laravel 5.4. When run composer install got as below error. Please help me. [Symfony\Component\Debug\Exception\FatalErrorException] Class 'SuperClosure\Serializer' not found
When I run php artisan theme:create default ReflectionException : Method Teepluss\Theme\Commands\ThemeGeneratorCommand::handle() does not exist at D:\xampp\htdocs\tailieu24h\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php:135 https://1.bp.blogspot.com/-mQiK0R8NDV8/W6cE1H6GosI/AAAAAAAAMwE/1kUj1mDdvYcAO7F02ZpLMJk5tFAClonPgCLcBGAs/s1600/error1.png
I am using themes in an Saas situation - where each domain/site uses their own theme based on a database setting. Right now all sites end up displaying the (blade)...
Is this compatible with Laravel 5.5?