Skip to content

Skeleton for creating Backpack themes with Laravel Packager. Just add meat.

License

Notifications You must be signed in to change notification settings

Laravel-Backpack/theme-skeleton

 
 

Repository files navigation

:uc:package

Latest Version on Packagist Total Downloads The Whole Fruit Manifesto

// TODO: customize this description and delete this line

This package provides a new theme for projects that use the Backpack for Laravel administration panel.

Screenshots

// 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)

Backpack Toggle Field Addon

Installation

Via Composer

composer require :kc:vendor/:kc:package

Usage

// 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::',

Overriding

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.

Change log

Changes are documented here on Github. Please see the Releases tab.

Contributing

Please see contributing.md for a todolist and howtos.

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker.

Credits

License

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.

About

Skeleton for creating Backpack themes with Laravel Packager. Just add meat.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%