https://github.com/czim/laravel-cms-auth
Laravel CMS Authentication Component
https://github.com/czim/laravel-cms-auth
authentication cms component laravel-cms
Last synced: 6 months ago
JSON representation
Laravel CMS Authentication Component
- Host: GitHub
- URL: https://github.com/czim/laravel-cms-auth
- Owner: czim
- License: mit
- Archived: true
- Created: 2016-07-22T20:33:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T06:26:53.000Z (almost 7 years ago)
- Last Synced: 2025-03-16T16:48:51.866Z (over 1 year ago)
- Topics: authentication, cms, component, laravel-cms
- Language: PHP
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[](https://travis-ci.org/czim/laravel-cms-auth)
[](https://coveralls.io/github/czim/laravel-cms-auth?branch=master)
# 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](https://github.com/czim/laravel-cms-auth-api) 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](CONTRIBUTING.md) for details.
## Credits
- [All Contributors][link-contributors]
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/czim/laravel-cms-auth.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/czim/laravel-cms-auth.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/czim/laravel-cms-auth
[link-downloads]: https://packagist.org/packages/czim/laravel-cms-auth
[link-author]: https://github.com/czim
[link-contributors]: ../../contributors