savannabits / admin-auth
Authentication interface for savannabits/admin-ui
Installs: 43
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/savannabits/admin-auth
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: 2025-10-15 18:56:37 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.