czim / laravel-cms-auth
Laravel CMS: Authentication Component
Installs: 2 023
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: >=5.6.4
- cartalyst/sentinel: ^2.0
Requires (Dev)
- czim/laravel-cms-core: ~1.4
- mockery/mockery: 0.9.*
- orchestra/database: ~3.4
- orchestra/testbench: ~3.4
- phpunit/phpunit: ~5.7
- satooshi/php-coveralls: ^1.0
- scrutinizer/ocular: ~1.1
Suggests
- czim/laravel-cms-auth-api: Optional extension to support OAuth2 API authentication
This package is auto-updated.
Last update: 2021-05-09 21:41:03 UTC
README
CMS for Laravel - Auth Component
Authentication component for the CMS.
This excludes (optional) API/OAuth authentication support. If you intend to access the CMS through its API, check out the czim/laravel-cms-auth-api component as well.
Version Compatibility
Laravel | Package |
---|---|
5.3.x | 1.3.x |
5.4.x | 1.4.x |
5.5.x | 1.4.3+ |
5.6+ | 1.5 |
From version 1.5 upwards, the API authentication is no longer included.
Commands
Users may be created on the fly by using the cms:user:create
command.
Use php artisan help cms:user:create
for more information.
Deleting users may be done through the command line as well, by using cms:user:delete
.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.