ginkida / admin-auth
Authentication interface for brackets/admin-ui
dev-master / 7.0.x-dev
2024-12-04 11:41 UTC
Requires
- php: ^7.4.0|^8.0|^8.2
- brackets/admin-ui: ^4.0
- brackets/media: ^6.0|^7.0
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
- spatie/laravel-permission: ^3.0|^4.0|^5.0|^5.10
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ~6.0|~7.0|^8.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-03-04 12:06:59 UTC
README
This package handles authentication into Admin UI interface for our Craftable (brackets/craftable
) package. It provides these features:
- User authentication
- Reset password
- Account activation
Provided functionality is ready to use - package exposes a set of routes, it has controllers and views (based on brackets/admin-ui
admin template).
You can find full documentation at https://docs.getcraftable.com/#/admin-auth
Issues
Where do I report issues? If something is not working as expected, please open an issue in the main repository https://github.com/BRACKETS-by-TRIAD/craftable.