Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intrip/laravel-authentication-acl
Laravel authentication and ACL admin panel package based on sentry
https://github.com/intrip/laravel-authentication-acl
acl admin-panel laravel laravel-authentication php
Last synced: 9 days ago
JSON representation
Laravel authentication and ACL admin panel package based on sentry
- Host: GitHub
- URL: https://github.com/intrip/laravel-authentication-acl
- Owner: intrip
- Created: 2014-05-26T19:51:41.000Z (over 10 years ago)
- Default Branch: 1.4
- Last Pushed: 2023-07-20T13:18:40.000Z (over 1 year ago)
- Last Synced: 2024-09-15T22:28:51.845Z (about 2 months ago)
- Topics: acl, admin-panel, laravel, laravel-authentication, php
- Language: PHP
- Homepage:
- Size: 2.06 MB
- Stars: 287
- Watchers: 37
- Forks: 110
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
laravel-authentication-acl
==========================[![Build Status](https://travis-ci.org/intrip/laravel-authentication-acl.svg?branch=1.3)](https://travis-ci.org/intrip/laravel-authentication-acl)
[![Total Downloads](https://poser.pugx.org/jacopo/laravel-authentication-acl/d/total.svg)](https://packagist.org/packages/jacopo/laravel-authentication-acl)# We are looking for someone to take ownership of this project. Sadly I don't have enough time to maintain it anymore, please get in touch /w me if you are interested.
## This is the Laravel 5.4 Version, for Laravel 5.3 use the version 1.3.*, for Laravel 5.2 use the version 1.3.15, 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](docs/index.md)
#### 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.