czim/laravel-cms-auth

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (1.5.0) of this package.

Laravel CMS: Authentication Component

1.5.0 2018-01-28 14:04 UTC

README

Latest Version on Packagist Software License Build Status Coverage Status

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.