All Projects → luyadev → luya-module-admin

luyadev / luya-module-admin

Licence: MIT license
Administration base module for all LUYA admin modules

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
hack
652 projects

Projects that are alternatives of or similar to luya-module-admin

Luya
LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
Stars: ✭ 741 (+1546.67%)
Mutual labels:  admin, yii2, bootstrap4
luya-kickstarter-bootstrap4
LUYA boilerplate to kickstart projects with Bootstrap 4.
Stars: ✭ 13 (-71.11%)
Mutual labels:  yii2, luya, bootstrap4
luya-bootstrap4
Bootstrap4 Assets and Helper classes like ActiveForm for LUYA and Yii2.
Stars: ✭ 18 (-60%)
Mutual labels:  yii2, luya, bootstrap4
Admincrudbundle
AdminCrud genera un controlador muy básico para una Entity dada. Este controlador extiende e implementa un controlador Super Genial.
Stars: ✭ 18 (-60%)
Mutual labels:  crud, admin
Vuetify Admin Dashboard
A Crud Admin panel made from Vue js and Vuetify
Stars: ✭ 481 (+968.89%)
Mutual labels:  crud, admin
Rest Admin
Restful Admin Dashboard Based on Vue and Boostrap 4
Stars: ✭ 565 (+1155.56%)
Mutual labels:  crud, admin
Yii2 Tech
Yii2 通用后台管理系统
Stars: ✭ 193 (+328.89%)
Mutual labels:  admin, yii2
D2 Crud Plus
面向配置的crud框架,基于d2-admin的d2-crud,简化d2-crud配置,快速开发crud功能;支持远程数据字典,国际手机号校验,alioss、腾讯云cos、七牛云文件上传、头像裁剪,省市区选择,权限管理,代码生成
Stars: ✭ 154 (+242.22%)
Mutual labels:  crud, admin
Reactjs Crud Boilerplate
Live Demo
Stars: ✭ 83 (+84.44%)
Mutual labels:  crud, bootstrap4
Django Material Admin
Material design for django administration
Stars: ✭ 163 (+262.22%)
Mutual labels:  crud, admin
Django Material
Material Design for Django
Stars: ✭ 2,362 (+5148.89%)
Mutual labels:  crud, admin
Jianshu
仿简书nx+nodejs+nestjs6+express+mongodb+angular8+爬虫
Stars: ✭ 296 (+557.78%)
Mutual labels:  crud, admin
prophet
用于构建 react 中后台前端应用框架
Stars: ✭ 12 (-73.33%)
Mutual labels:  crud, admin
Sleepingowladmin
🦉 Administrative interface builder for Laravel (Laravel admin)
Stars: ✭ 671 (+1391.11%)
Mutual labels:  crud, admin
Stisla
Free Bootstrap Admin Template
Stars: ✭ 2,772 (+6060%)
Mutual labels:  admin, bootstrap4
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+2817.78%)
Mutual labels:  crud, admin
Yii2 Enhanced Gii
Enhanced Yii2 Gii (generator) that generates related Models & CRUD
Stars: ✭ 183 (+306.67%)
Mutual labels:  crud, yii2
Codeigniter-4-CRUD-generator
ADEL CCG is an easy open-source intuitive web app to create AdminLTE4 -Bootstrap 5- dashboards with CRUD operations in php.
Stars: ✭ 87 (+93.33%)
Mutual labels:  crud, bootstrap4
Majesticadmin Free Bootstrap Admin Template
Simple Bootstrap 4 Dashboard template.
Stars: ✭ 160 (+255.56%)
Mutual labels:  admin, bootstrap4
Rageframe
基于yii2的应用开发引擎
Stars: ✭ 170 (+277.78%)
Mutual labels:  admin, yii2

LUYA Logo

LUYA Administration Interface module

LUYA Tests Test Coverage Maintainability Latest Stable Version Total Downloads

Administration Interface based on AngularJs, Bootstrap 4 and Yii 2 Framework (which is wrapped in the LUYA CORE).

LUYA Admin Interface

  • CRUD (based on RESTful and Angular)
  • Scaffolding CRUDs
  • Syncing Project between Environments
  • Storage System for Files and Images, also known as File Manager.
  • Permission System with Users and Groups.
  • Searching trough all Modules and Models.

croping

i18n

Installation

For the installation of modules Composer is required.

composer require luyadev/luya-module-admin

Configuration

After installation via Composer include the module to your configuration file within the modules section.

'modules' => [
    // ... 
    'admin' => [
        'class' => 'luya\admin\Module',
    ]
]

Initialization

After successfully installation and configuration run the migrate, import and setup command to initialize the module in your project.

1.) Migrate your database.

./vendor/bin/luya migrate

2.) Import the module and migrations into your LUYA project.

./vendor/bin/luya import

3.) Create admin user and and user groups.

./vendor/bin/luya admin/setup

You can now login to your Administration Interface by adding the admin module in the Url: http://example.com/admin

Developers

If you want to contribute, make sure to read the guidelines.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].