{"id":28479275,"url":"https://github.com/scolib/admin","last_synced_at":"2025-07-03T09:30:29.060Z","repository":{"id":62541247,"uuid":"82435198","full_name":"ScoLib/admin","owner":"ScoLib","description":":scorpius: Sco Admin is an administrative interface builder for Laravel.","archived":false,"fork":false,"pushed_at":"2018-05-31T08:11:34.000Z","size":2069,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-07T18:08:42.138Z","etag":null,"topics":["admin","backend","laravel","laravel-admin","sco","scolib"],"latest_commit_sha":null,"homepage":"","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/ScoLib.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.en.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-19T04:32:34.000Z","updated_at":"2024-05-13T09:06:45.000Z","dependencies_parsed_at":"2022-11-02T16:16:08.922Z","dependency_job_id":null,"html_url":"https://github.com/ScoLib/admin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ScoLib/admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScoLib%2Fadmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScoLib%2Fadmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScoLib%2Fadmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScoLib%2Fadmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScoLib","download_url":"https://codeload.github.com/ScoLib/admin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScoLib%2Fadmin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263300003,"owners_count":23445157,"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","backend","laravel","laravel-admin","sco","scolib"],"created_at":"2025-06-07T18:08:43.962Z","updated_at":"2025-07-03T09:30:29.048Z","avatar_url":"https://github.com/ScoLib.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sco-Admin\n\n[![StyleCI](https://styleci.io/repos/82435198/shield?branch=master)](https://styleci.io/repos/82435198)\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/ScoLib/admin.svg?style=flat-square)](https://packagist.org/packages/ScoLib/admin)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://github.com/ScoLib/admin/blob/master/LICENSE.md)\n[![Build Status](https://img.shields.io/travis/ScoLib/admin/master.svg?style=flat-square)](https://travis-ci.org/ScoLib/admin)\n[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/ScoLib/admin.svg?style=flat-square)](https://scrutinizer-ci.com/g/ScoLib/admin/?branch=master)\n[![Quality Score](https://img.shields.io/scrutinizer/g/ScoLib/admin.svg?style=flat-square)](https://scrutinizer-ci.com/g/ScoLib/admin)\n[![Total Downloads](https://img.shields.io/packagist/dt/ScoLib/admin.svg?style=flat-square)](https://packagist.org/packages/ScoLib/admin)\n\n`Sco-Admin` is an administrative interface builder for [`Laravel`](http://laravel.com/).\n\nThe frontend is based on [Element-UI](https://github.com/ElemeFE/element) and [AdminLTE](https://github.com/almasaeed2010/AdminLTE)\n\nInspired by [SleepingOwlAdmin](https://github.com/LaravelRUS/SleepingOwlAdmin) , [FrozenNode/Laravel-Administrator](https://github.com/FrozenNode/Laravel-Administrator) and [Voyager](https://github.com/the-control-group/voyager)\n\n## Install\n\n### Composer\nrequire package：\n\n```sh\n$ composer require scolib/admin\n```\n\n### Artisan\nRun install command:\n\n```sh\n$ php artisan admin:install\n```\n\n### Install [`babel-plugin-transform-vue-jsx`](https://github.com/vuejs/babel-plugin-transform-vue-jsx)\n\n### NPM\n```sh\n$ npm install\\\n  bootstrap\\\n  element-ui\\\n  font-awesome\\\n  jquery-slimscroll\\\n  less\\\n  less-loader\\\n  nestable2\\\n  v-tinymce\\\n  v-viewer\\\n  vue-i18n\\\n  vue-progressbar\\\n  vue-router\\\n  vue-simplemde\\\n  vuex\\\n  --save-dev\n```\n\nIn your `webpack.mix.js`:\n```javascript\n// mix.sourceMaps();\n\nmix.webpackConfig({\n    output: {\n        chunkFilename: `js/[name]${\n            mix.inProduction() ? '.[chunkhash].chunk.js' : '.chunk.js'\n            }`,\n        publicPath: '/',\n    }\n})\n    .js('resources/assets/vendor/admin/main.js', 'public/js/admin.js')\n    .autoload({\n        jquery: ['$', 'window.jQuery', 'jQuery', 'jquery'],\n        vue: 'Vue'\n    })\n    .less(\n        'resources/assets/vendor/admin/less/admin.less',\n        'public/css/admin.css'\n    )\n    .copyDirectory('node_modules/tinymce/plugins/visualblocks/css', 'public/js/tinymce/plugins/visualblocks/css')\n    .copyDirectory('node_modules/tinymce/plugins/emoticons/img', 'public/js/tinymce/plugins/emoticons/img')\n\nif (mix.inProduction()) {\n    mix.version();\n}\n```\n\n```sh\n$ npm install \n$ npm run prod\n```\n\n## Usage\n\n[Document](http://scoadmin.scophp.com/)\n\n## Change log\n\n[CHANGELOG](CHANGELOG.en.md) | [更新日志](CHANGELOG.zh-CN.md) \n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email slice1213@gmail.com instead of using the issue tracker.\n\n## Credits\n\n- [klgd](https://github.com/klgd)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscolib%2Fadmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscolib%2Fadmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscolib%2Fadmin/lists"}