{"id":15572939,"url":"https://github.com/luyadev/luya-module-admin","last_synced_at":"2025-04-05T10:10:01.071Z","repository":{"id":25380523,"uuid":"28808796","full_name":"luyadev/luya-module-admin","owner":"luyadev","description":"Administration base module for all LUYA admin modules","archived":false,"fork":false,"pushed_at":"2024-03-28T11:12:56.000Z","size":49632,"stargazers_count":48,"open_issues_count":27,"forks_count":57,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-04-17T04:02:33.770Z","etag":null,"topics":["admin","angular","bootstrap4","crud","hacktoberfest","luya","php","yii2"],"latest_commit_sha":null,"homepage":"https://luya.io","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luyadev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-01-05T10:51:21.000Z","updated_at":"2024-04-23T09:20:45.138Z","dependencies_parsed_at":"2024-01-09T15:00:15.914Z","dependency_job_id":"32b1420d-0613-407e-a005-bde3a2495650","html_url":"https://github.com/luyadev/luya-module-admin","commit_stats":{"total_commits":3622,"total_committers":74,"mean_commits":"48.945945945945944","dds":"0.23357261181667588","last_synced_commit":"308a931fd56a11fc963f83c40cad7ea712c00fdd"},"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luyadev%2Fluya-module-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luyadev%2Fluya-module-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luyadev%2Fluya-module-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luyadev%2Fluya-module-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luyadev","download_url":"https://codeload.github.com/luyadev/luya-module-admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318745,"owners_count":20919484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin","angular","bootstrap4","crud","hacktoberfest","luya","php","yii2"],"created_at":"2024-10-02T18:08:51.722Z","updated_at":"2025-04-05T10:10:01.044Z","avatar_url":"https://github.com/luyadev.png","language":"PHP","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/luyadev/luya/master/docs/logo/luya-logo-0.2x.png\" alt=\"LUYA Logo\"/\u003e\n\u003c/p\u003e\n\n# LUYA Administration Interface module\n\n[![LUYA](https://img.shields.io/badge/Powered%20by-LUYA-brightgreen.svg)](https://luya.io)\n![Tests](https://github.com/luyadev/luya-module-admin/workflows/Tests/badge.svg)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/26ce6892fcb4899cbd49/test_coverage)](https://codeclimate.com/github/luyadev/luya-module-admin/test_coverage)\n[![Maintainability](https://api.codeclimate.com/v1/badges/26ce6892fcb4899cbd49/maintainability)](https://codeclimate.com/github/luyadev/luya-module-admin/maintainability)\n[![Latest Stable Version](https://poser.pugx.org/luyadev/luya-module-admin/v/stable)](https://packagist.org/packages/luyadev/luya-module-admin)\n[![Total Downloads](https://poser.pugx.org/luyadev/luya-module-admin/downloads)](https://packagist.org/packages/luyadev/luya-module-admin)\n\nAdministration Interface based on [AngularJs](https://angularjs.org/), [Bootstrap 4](https://getbootstrap.com) and [Yii 2 Framework](https://www.yiiframework.com/) (which is wrapped in the LUYA CORE).\n\n![LUYA Admin Interface](https://raw.githubusercontent.com/luyadev/luya/master/docs/images/dashboard.png)\n\n+ CRUD (based on RESTful and Angular)\n+ Scaffolding CRUDs\n+ Syncing Project between Environments\n+ Storage System for Files and Images, also known as File Manager.\n+ Permission System with Users and Groups.\n+ Searching trough all Modules and Models.\n\n![croping](https://raw.githubusercontent.com/luyadev/luya/master/docs/images/crop.png)\n\n![i18n](https://raw.githubusercontent.com/luyadev/luya/master/docs/images/i18n.png)\n\n## Installation\n\nFor the installation of modules Composer is required.\n\n```sh\ncomposer require luyadev/luya-module-admin\n```\n\n\u003e Minum PHP Version 7.4 is required for `luya-module-admin`\n\n### Configuration \n\nAfter installation via Composer include the module to your configuration file within the modules section.\n\n```php\n'modules' =\u003e [\n    // ... \n    'admin' =\u003e [\n        'class' =\u003e 'luya\\admin\\Module',\n    ]\n]\n```\n\n### Initialization \n\nAfter successfully installation and configuration run the migrate, import and setup command to initialize the module in your project.\n\n1.) Migrate your database.\n\n```sh\n./vendor/bin/luya migrate\n```\n\n2.) Import the module and migrations into your LUYA project.\n\n```sh\n./vendor/bin/luya import\n```\n\n3.) Create admin user and and user groups.\n\n```sh\n./vendor/bin/luya admin/setup\n```\n\nYou can now login to your Administration Interface by adding the admin module in the Url: `http://example.com/admin`\n\n## Developers\n\nIf you want to contribute, make sure to read the [guidelines](https://luya.io/guide/dev/guideline).\n\n## Unit Testing\n\n1. `cp phpunit.xml.dist phpunit.xml`\n2. `docker-compose up`\n3. `docker-compose run luyaadminphpunit tests` to run all tests or `docker-compose run luyaadminphpunit tests/src/helpers/UrlTest.php` to run a specific test.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluyadev%2Fluya-module-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluyadev%2Fluya-module-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluyadev%2Fluya-module-admin/lists"}