donotgowiththeflow / laravel-acl-seeinfront
Laravel authentication and ACL package with a cool admin panel
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- gregwar/captcha: 1.0.11
- intervention/image: 2.*
- jacopo/authentication-sentry: 3.0.*
- laravel/framework: 5.2.*
- laravelcollective/html: 5.2.*
Requires (Dev)
- doctrine/dbal: 2.5.*
- fzaninotto/faker: 1.4.*
- mockery/mockery: 0.9.*
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-11-18 13:37:33 UTC
README
This is the Laravel 5.2+ Version, for Laravel 5.1/5.0 use the version 1.3.11, for Laravel4 version use the 1.2 branch
Laravel Authentication ACL is a Laravel 5 package, based on sentry2.
This package is made with the purpose of helping other developers to set-up
a fully featured admin panel with an ACL using Laravel framework.
You can see the full documentation and usage here
####Main features:
- User authentication and signup
- Configurable email confirmation
- Configurable captcha integration
- Can create groups and permissions and associate permissions to user or group
- Any user can have multiple groups and permissions
- Login throttling and password recovery
- Password strength check
- User banning
- Dashboard
- Infinite custom profile fields!
- User custom avatar and gravatar support
- Allow connection to a custom database other then laravel default
- Create custom menu items with configurable permissions
- Can handle permission on custom user routes
- Have two login forms: admin area and user area
- Many usable hashing algorithms sha256, md5 etc...
- Laravel4 based and easy to integrate in any Laravel application
- Have an Api that integrates with your application
- Bootstrap 3 and responsive design (mobile first)
- Easy install script from command line
- Fully customizable and easy to extend
- Works with major DBMS (mysql, sqlite, postgres)
- 100% object oriented
- The code is fully tested with Phpunit
Please support this project
Please support the project development, even a small donation can help the life of this project!
####Interested in some new feature? There's something you like to see in this package? Contact me and i'll do my best to implement that in next releases.