laravel-cms-auth maintained by czim
Description
Laravel CMS: Authentication Component
Author
Last update
2019/03/09 17:48
(dev-master)
Downloads
2 025
Tags
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.