// TODO: customize this description and delete this line
This package provides a new theme for projects that use the Backpack for Laravel administration panel.
// TODO: add a screenshot and delete these lines; to add a screenshot to a github markdown file, the easiest way is to open an issue, upload the screenshot there with drag&drop, then close the issue; you now have that image hosted on Github's servers; so you can then right-click the image to copy its URL, and use that URL wherever you want (for example... here)
Via Composer
composer require :kc:vendor/:kc:package
// TODO: explain to your users how to use the functionality this package provides; we've provided an example for a Backpack addon that provides a custom field
To use the theme this package provides, use its namespace inside your config/backpack/ui.php
, and the theme this was created from as a fallback:
'view_namespace' => ':kc:vendor.:kc:package::',
'view_namespace_fallback' => 'backpack.theme-coreuiv4::',
If you want to override any of the blade files this theme provides, feel free to create a file with the same name in your resources/views/vendor/:kc:vendor/:kc:package/
- then Backpack will pick up your file instead of the one in the package.
Changes are documented here on Github. Please see the Releases tab.
Please see contributing.md for a todolist and howtos.
If you discover any security related issues, please email :author_email instead of using the issue tracker.
This project was released under :license, so you can install it on top of any Backpack & Laravel project. Please see the license file for more information.