Socket
Socket
Sign inDemoInstall

@userfrosting/sprinkle-admin

Package Overview
Dependencies
469
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @userfrosting/sprinkle-admin

Admin Sprinkle for UserFrosting 5


Version published
Weekly downloads
436
increased by175.95%
Maintainers
3
Created
Weekly downloads
 

Changelog

Source

5.1.0

  • Drop PHP 8.1 support, add PHP 8.3 support
  • Update to Laravel 10
  • Update to PHPUnit 10
  • Test against MariaDB #1238
  • Update FontAwesome 6 references

Readme

Source

UserFrosting 5.1 Admin Sprinkle

Version PHP Version License Build Codecov StyleCI PHPStan Join the chat 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.

This Admin sprinkle contains the routes and controllers to implement the administrative user management interface, as well as the group, role, and permission management interfaces.

Installation

  1. Require in your UserFrosting project :

    composer require userfrosting/sprinkle-admin
    
  2. Add the Sprinkle to your Sprinkle Recipe :

    public function getSprinkles(): array
    {
        return [
            \UserFrosting\Sprinkle\Admin\Admin::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

Last updated on 23 Mar 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc