Download the PHP package madtechservices/theme-madmin without Composer
On this page you can find all versions of the php package madtechservices/theme-madmin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download madtechservices/theme-madmin
More information about madtechservices/theme-madmin
Files in madtechservices/theme-madmin
Package theme-madmin
Short Description MADmin - Tailwind based UI for Backpack v6.
License MIT
Homepage https://github.com/madtechservices/theme-madmin
Informations about the package theme-madmin
Theme MADmin
This package provides a theme for the Backpack for Laravel administration panel, that uses Tailwind CSS v3. MADmin is easy to customise with well commented and documented CSS files, which can be easily edited if you don't like them. The MADmin Settings package for backpack allows easy customisation of MADmin all from your Backpack admin panel. A frontend edition of the MADmin theme is coming and will integrate with Laravel Jetstream.
Screenshots
Add image of MADmin here...
Installing
Automatic installation
Not currently available.
Manual installation
Step 1. Install via Composer
Step 2. Go to config/backpack/ui.php
and change your view namespace:
Step 3. (Optional) Publish the theme config file:
Config
Note: Any value set here will override the ones defined in config/backpack/ui.php when this theme is in use.
Change layout: Simply pick a layout
Change auth layout: Pick a login page layout
Add CSS: Here you can easily load your own extra CSS styles.
Add JS: Here you can easily include your own JS files.
More configs: Get more out of theme-madmin.
Credits
More configs: Get more out of theme-madmin by using madmin-settings package. Visit the madmin-settings package repo at https://github.com/madtechservices/madmin-settings
- Configure theme defaults such as
Light Mode, Dark Mode or System
- Add logos from your backpack admin panel
- Custom layouts for popular backpack packages such as backpack-permissions, backpack-backup, backpack-filemanager and more.
- Integrate with Laravel packages such as Jetstream, Breeze, Telescope, Debugbar and more.
- Customise your them colours easily.
- Select fonts for your theme
- Choose how
Header
,Sidebar
should be displayed - Add custom footer text and modify other placeholder texts
- Add even more features to your backpack admin by enabling or disabling features in your Backpack Admin Panel via the madmin-settings package.
Pro Version
- Remove the powered by link in the footer.
- Add your own custom footer text.
- Add your own custom logo to the login page.
- Add your own custom logo to the admin panel.
- Add your own custom favicon.
- Add your own custom fonts.
- Add your own custom css.
- Add your own custom js.
- Add your own custom preloader.
- Add your own custom login page background.
- Add your own custom login page background video.
- Add your own custom login page background image.
- Add your own custom login page background color.
- Add your own custom login page background gradient.
- Add your own custom login page background pattern.
- Add your own custom login page background image opacity.
- Add your own custom login page background video opacity.
- Add your own custom login page background pattern opacity.
- Add your own custom login page background gradient opacity.
- Add your own custom login page background video mute.
- Add your own custom login page background video loop.
- Add your own custom login page background video autoplay.
- Add your own custom login page background video controls.
- Add your own custom login page background video start time.
- Add your own custom login page background video end time.
- Add your own custom login page background video speed.
- Add your own custom login page background video quality.
- Add your own custom login page background video playback rate.
- Add your own custom login page background video playback quality.
- Add your own custom login page background video playback muted.
- Add your own custom login page background video playback loop.
- Add your own custom login page background video playback autoplay.
- Add your own custom login page background video playback controls.
- Add your own custom login page background video playback start time.
- Add your own custom login page background video playback end time.
- Add your own custom login page background video playback speed.
- Add your own custom login page background video playback quality.
- Add your own custom login page background video playback playback rate.
- Add your own custom login page background video playback playback quality.
- Add your own custom login page background video playback playback muted.
- Add your own custom login page background video playback playback loop.
- Add your own custom login page background video playback playback autoplay.
- Add your own custom login page background video playback playback controls.
- Add your own custom login page background video playback playback start time.
- Add your own custom login page background video playback playback end
- Purchase PRO for full whitelabel options and remove the powered by link.
Uninstalling
To uninstall this Backpack theme:
- Remove the composer package. Eg.
composer remove backpack/theme-madmin
- Delete the config file. Eg.
rm -rf config/backpack/theme-madmin.php
- Install a new theme (eg.
php artisan backpack:require:theme-tabler
) or change theview_namespace
inconfig/backpack/ui.php
to the theme you want to be active. eg. theme-tabler.
Usage
This package is used by Backpack 6.0, so you don't need to do anything special to use it. Just make sure it's installed, set as your them in config/backupack/ui.php
and it will be used automatically.
Customising
To customise this theme, you can publish the config file:
This will publish the config file to config/backpack/theme-madmin.php
. You can modify it as you see fit.
Alternitavely you can install the madmin-settings package for backpack which allows you to customise the theme from your backpack admin panel. Visit the madmin-settings package repo at https://github.com/madtechservices/madmin-settings.
Overriding
If you need to change a blade file in any way, you can easily copy-paste the file to your app, and modify that file any way you want. If you do that to the correct directory, your file will be used instead of the one in the package. But please keep in mind that you will NOT be getting any updates for that file.
The more files you copy-paste and customize, the more difficult it will be to upgrade to newer versions. So please avoid doing this too much.
Change log
Changes are documented here on Github. Please see the Releases tab.
Contributing
Please see contributing.md for a todo list and howtos.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Matt Horsley
- All Contributors
License
This project was released under MIT, so you can install it on top of any Backpack & Laravel project. Please see the license file for more information.