craftable / admin-auth
Authentication interface for craftable/admin-ui
Installs: 67
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 22
Type:project
pkg:composer/craftable/admin-auth
Requires
- php: >=7.1.0
 - craftable/admin-ui: ^3.0
 - craftable/media: ^3.0
 - illuminate/support: 5.5.*|5.6.*|5.7.*|5.8.*
 - spatie/laravel-permission: ^2.5
 
Requires (Dev)
- mockery/mockery: ^1.0
 - orchestra/testbench: ~3.5|~3.6|~3.7
 - phpunit/phpunit: ~6.3|~7.0
 
- dev-master / 3.0.x-dev
 - v3.0.6
 - v3.0.5
 - v3.0.3
 - v3.0.1
 - v3.0.0
 - v2.x-dev
 - v2.0.3
 - v2.0.2
 - v2.0.1
 - v2.0.0
 - v1.0.3
 - v1.0.2
 - v1.0.1
 - v1.0.0
 - v1.0.0-beta.2
 - v1.0.0-beta
 - dev-hotfix/laravel-58
 - dev-media-support-1
 - dev-media-support
 - dev-media-update
 - dev-readme-update
 - dev-handle-missing-routes
 - dev-admin-user-avatar
 - dev-release-v3.0-fix-8
 - dev-release-v3.0-fix-7
 - dev-release-v3.0-fix-6
 - dev-release-v3.0-fix-5
 - dev-release-v3.0-fix-4
 - dev-release-v3.0-fix-3
 - dev-release-v3.0-fix-2
 - dev-release-v3.0-fix-1
 - dev-release-v3.0
 - dev-feature-admin-user
 - dev-pgsql-check-missed
 - dev-upgrade-57
 - dev-upgrade-57-make-it-backward-compatible
 - dev-laravel-56
 - dev-npm-package
 
This package is auto-updated.
Last update: 2025-10-07 00:47:48 UTC
README
This package handles authentication into Admin UI interface for our Craftable (craftable/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 craftable/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/et-nik/craftable.