Download the PHP package ezitisitis/laravel-dark-theme-switcher without Composer
On this page you can find all versions of the php package ezitisitis/laravel-dark-theme-switcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ezitisitis/laravel-dark-theme-switcher
More information about ezitisitis/laravel-dark-theme-switcher
Files in ezitisitis/laravel-dark-theme-switcher
Package laravel-dark-theme-switcher
Short Description This is my package laravel-dark-theme-switcher
License MIT
Homepage https://github.com/ezitisitis/laravel-dark-theme-switcher
Informations about the package laravel-dark-theme-switcher
Dark Theme Switcher for Laravel
This package is made to provide good UX for theme switching and simplicity in implementation.
Support us
If you are using this package for commercial use, that would be highly appreciated to support through GitHub Sponsor program, as developing even small packages requires time and effort, while saving your precious time.
Installation
You can install the package via composer:
Include next components in your layout to add the switching script and switch itself.
-
In the
<head>
place next component: -
Add switch component somewhere in the
<body>
: - Add next code to your
app.js
Configuration
You can publish the config file with:
Optionally, you can publish the views using
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
- Marks Bogdanovs
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-dark-theme-switcher with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0