Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artkonekt/appshell
AppShell is an Laravel Application boilerplate with UI, ACL, Users & Customers
https://github.com/artkonekt/appshell
acl hacktoberfest laravel laravel-admin php
Last synced: 10 days ago
JSON representation
AppShell is an Laravel Application boilerplate with UI, ACL, Users & Customers
- Host: GitHub
- URL: https://github.com/artkonekt/appshell
- Owner: artkonekt
- License: mit
- Created: 2016-11-22T19:04:43.000Z (almost 8 years ago)
- Default Branch: 4.x
- Last Pushed: 2024-10-29T07:52:05.000Z (10 days ago)
- Last Synced: 2024-10-29T08:27:46.536Z (10 days ago)
- Topics: acl, hacktoberfest, laravel, laravel-admin, php
- Language: PHP
- Homepage: https://konekt.dev/appshell
- Size: 1.57 MB
- Stars: 80
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Konekt AppShell
[![Backend Tests](https://img.shields.io/github/actions/workflow/status/artkonekt/appshell/tests.yml?branch=4.x&label=backend&style=flat-square)](https://github.com/artkonekt/appshell/actions?query=workflow%3Atests)
[![Frontend Tests](https://img.shields.io/github/actions/workflow/status/artkonekt/appshell/frontend.yml?branch=4.x&label=frontend&style=flat-square)](https://github.com/artkonekt/appshell/actions?query=workflow%3AFrontend)
[![Packagist Stable Version](https://img.shields.io/packagist/v/konekt/appshell.svg?style=flat-square&label=stable)](https://packagist.org/packages/konekt/appshell)
[![StyleCI](https://styleci.io/repos/74504388/shield?branch=master)](https://styleci.io/repos/74504388)
[![Packagist downloads](https://img.shields.io/packagist/dt/konekt/appshell.svg?style=flat-square)](https://packagist.org/packages/konekt/appshell)
[![MIT Software License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)Konekt AppShell is a Laravel Extension that serves as foundation for Laravel business applications.
- Users, profiles, invitations
- ACL: permissions & roles
- An extensible admin panel
- Admin UI can be completely replaced (via adding a Theme)
- Icon themes
- Customers
- Addresses, countries, provinces
- Breadcrumbs
- User manageable settings (applies to entire app)
- User preferences (applies to user)The user/auth part is built on top of the Laravel facilities in a compatible manner.
AppShell is built on top of [Concord](https://konekt.dev/concord/1.x/overview)
so this package is also a [Concord box](https://konekt.dev/concord/1.x/boxes).Refer to the [Documentation](https://konekt.dev/appshell/docs) for more details.
## Glimpse At The Default UI
![AppShell Glimpse](docs/glimpse3.png)