dejwcake / admin-auth
Authentication interface for brackets/admin-ui
Requires
- php: ^8.1
- dejwcake/admin-ui: dev-main
- dejwcake/craftable-media: dev-main
- illuminate/support: ^10.0
- spatie/laravel-permission: ^5.0
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ~8.5
- phpunit/phpunit: ^10.1
This package is auto-updated.
Last update: 2024-11-07 03:07:13 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
Run tests
To run tests use this docker environment.
docker-compose run -it test vendor/bin/phpunit
To switch between postgresql and mariadb change in docker-compose.yml
DB_CONNECTION environmental variable:
- DB_CONNECTION: pgsql
+ DB_CONNECTION: mysql
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.