{"id":15296209,"url":"https://github.com/enomotodev/laractive-admin","last_synced_at":"2025-10-06T11:16:27.325Z","repository":{"id":56978064,"uuid":"134041228","full_name":"enomotodev/laractive-admin","owner":"enomotodev","description":"The administration framework for Laravel applications","archived":false,"fork":false,"pushed_at":"2019-07-29T08:16:56.000Z","size":54,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T10:21:17.254Z","etag":null,"topics":["admin-ui","laravel","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enomotodev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-19T07:43:08.000Z","updated_at":"2019-06-17T02:54:06.000Z","dependencies_parsed_at":"2022-08-21T08:10:55.518Z","dependency_job_id":null,"html_url":"https://github.com/enomotodev/laractive-admin","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enomotodev%2Flaractive-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enomotodev%2Flaractive-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enomotodev%2Flaractive-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enomotodev%2Flaractive-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enomotodev","download_url":"https://codeload.github.com/enomotodev/laractive-admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248770100,"owners_count":21158909,"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-ui","laravel","php"],"created_at":"2024-09-30T18:09:45.137Z","updated_at":"2025-10-06T11:16:22.295Z","avatar_url":"https://github.com/enomotodev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laractive Admin\n\n[![Latest Stable Version](https://poser.pugx.org/enomotodev/laractive-admin/v/stable.png)](https://packagist.org/packages/enomotodev/laractive-admin)\n[![Build Status](https://api.travis-ci.org/enomotodev/laractive-admin.svg?branch=master)](https://travis-ci.org/enomotodev/laractive-admin)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/enomotodev/laractive-admin/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/enomotodev/laractive-admin)\n[![Code Coverage](https://scrutinizer-ci.com/g/enomotodev/laractive-admin/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/enomotodev/laractive-admin)\n\nLaractive Admin is a Laravel framework for\ncreating elegant backends for website administration.\n\n## Requirements\n\n- **Laravel**: \u003e= 5.5\n\n## Install\n\nRequire this package with composer using the following command:\n\n```bash\ncomposer require enomotodev/laractive-admin\n```\n\nRun the installer\n\n```bash\nphp artisan laractive-admin:install\n```\n\nThe installer creates an initializer used for configuring defaults used by Laractive Admin as well as a new folder at app/Admin to put all your admin configurations.\n\nMigrate your database\n\n```bash\nphp artisan migrate\n```\n\nSeed admin user\n\n```bash\nphp artisan laractive-admin:seed\n```\n\nVisit http://yourdomain.com/admin and log in using:\n\n- **User**: admin@example.com\n- **Password**: password\n\nIf you want to customize route prefix, Copy the package config to your local config with the publish command:\n\n```bash\nphp artisan vendor:publish --provider=\"Enomotodev\\LaractiveAdmin\\ServiceProvider\"\n```\n\nAnd edit `config/laractive-admin.php` file\n\n```php\n\u003c?php\n\nreturn [\n    'route_prefix' =\u003e 'example-admin',\n];\n```\n\nThen you can access with http://yourdomain.com/example-admin\n\n## License\n\nLaractive Admin is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenomotodev%2Flaractive-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenomotodev%2Flaractive-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenomotodev%2Flaractive-admin/lists"}