Socket
Socket
Sign inDemoInstall

@userfrosting/theme-adminlte

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@userfrosting/theme-adminlte

Admin LTE Theme for UserFrosting 5


Version published
Weekly downloads
208
increased by307.84%
Maintainers
0
Weekly downloads
 
Created
Source

AdminLTE Theme for UserFrosting 5.1

Version NPM Version PHP Version License Build Codecov StyleCI PHPStan Donate Donate

By Alex Weissman and Louis Charette

Copyright (c) 2013-2024, free to use in personal and commercial software as per the license.

UserFrosting is a secure, modern user management system written in PHP and built on top of the Slim Microframework, Twig templating engine, and Eloquent ORM.

The AdminLTE theme sprinkle contains all the twig files and frontend asset to implement the AdminLTE template.

Installation

  1. Require in your UserFrosting project :

    composer require userfrosting/theme-adminlte
    
  2. Add the Sprinkle to your Sprinkle Recipe :

    public function getSprinkles(): array
    {
        return [
            \UserFrosting\Theme\AdminLTE\AdminLTE::class,
        ];
    }
    
  3. Bake

    php bakery bake
    

Documentation

See main UserFrosting Documentation for more information.

Contributing

This project exists thanks to all the people who contribute. If you're interested in contributing to the UserFrosting codebase, please see our contributing guidelines as well as our style guidelines.

Keywords

FAQs

Package last updated on 22 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc