userfrosting / sprinkle-admin
Administrative management module for UserFrosting.
Installs: 8 490
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:userfrosting-sprinkle
Requires
- php: ^8.1
- userfrosting/framework: ~5.1.0
- userfrosting/sprinkle-account: ~5.1.0
- userfrosting/sprinkle-core: ~5.1.0
- userfrosting/theme-adminlte: ~5.1.0
Requires (Dev)
- fakerphp/faker: ^1.17
- friendsofphp/php-cs-fixer: ^3.0
- mockery/mockery: ^1.2
- php-mock/php-mock-mockery: ^1.3
- phpstan/phpstan: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-mockery: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpstan/phpstan-strict-rules: ^1.0
- phpunit/phpunit: ^10.5
- slam/phpstan-extensions: ^6.0
This package is auto-updated.
Last update: 2024-12-20 01:02:32 UTC
README
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
-
Require in your UserFrosting project :
composer require userfrosting/sprinkle-admin
-
Add the Sprinkle to your Sprinkle Recipe :
public function getSprinkles(): array { return [ \UserFrosting\Sprinkle\Admin\Admin::class, ]; }
-
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.