Download the PHP package isaeken/laravel-theme-system without Composer
On this page you can find all versions of the php package isaeken/laravel-theme-system. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-theme-system
Laravel Theme System
Installation and setup
Installation
You can install the package via composer:
Setup
You can publish the config file with:
Run the following command in the terminal for initializing:
`
Usage
Change the theme in runtime
``
Get current theme name
``
Set theme per user
``
``
Creating theme
Run the following command in the terminal.
`
Change theme in PHP or application config.
Webpack
Do not change the main
webpack.mix.js
file.
A special "webpack.mix.js"
file is created for each theme.
The "webpack.mix.js"
file of the default theme is in the "resources"
folder.
You can continue to use the "webpack.mix.js"
as normal in the default theme.
However, in themes you should use it as in the example.
`
Middleware to set a theme
Register ThemeMiddleware
in app\Http\Kernel.php
:
``
Example usages:
``
If you need to advanced methods, see ThemeSystem class.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Isa Eken
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-theme-system with dependencies
spatie/laravel-package-tools Version ^1.9
illuminate/contracts Version ^8.62