savannabits / admin-auth
Authentication interface for savannabits/admin-ui
v7.0.0
2020-05-15 06:47 UTC
Requires
- php: ^7.2.5
- illuminate/support: ^6.0|^7.0
- savannabits/admin-ui: ^7.0
- savannabits/media: ^7.0
- spatie/laravel-permission: ^3.0
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ~4.0
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2024-10-15 16:49:14 UTC
README
This package handles authentication into Admin UI interface for our Craftable (savannabits/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 savannabits/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.