{"id":13609584,"url":"https://github.com/superv/platform","last_synced_at":"2025-04-12T20:32:11.341Z","repository":{"id":57062012,"uuid":"90797171","full_name":"superv/platform","owner":"superv","description":"superV Platform for Laravel","archived":false,"fork":false,"pushed_at":"2023-06-16T08:24:52.000Z","size":7766,"stargazers_count":24,"open_issues_count":19,"forks_count":5,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-21T07:07:18.205Z","etag":null,"topics":["admin","admin-panel","dashboard","laravel","laravel-admin","laravel-extension","modular","php"],"latest_commit_sha":null,"homepage":"https://docs.superv.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/superv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-09T22:24:26.000Z","updated_at":"2022-10-12T13:44:36.000Z","dependencies_parsed_at":"2024-06-21T04:21:05.637Z","dependency_job_id":"b316fe2a-792d-43a4-9e76-8d2dc083fc4e","html_url":"https://github.com/superv/platform","commit_stats":{"total_commits":1540,"total_committers":4,"mean_commits":385.0,"dds":0.00649350649350644,"last_synced_commit":"3dc9459078a045555278f9980c63fa1db9ef60c2"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superv%2Fplatform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superv%2Fplatform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superv%2Fplatform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superv%2Fplatform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superv","download_url":"https://codeload.github.com/superv/platform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248629838,"owners_count":21136325,"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","admin-panel","dashboard","laravel","laravel-admin","laravel-extension","modular","php"],"created_at":"2024-08-01T19:01:36.212Z","updated_at":"2025-04-12T20:32:07.356Z","avatar_url":"https://github.com/superv.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"\n# SuperV Platform for Laravel [![Build Status](https://travis-ci.org/superv/platform.svg?branch=master)](https://travis-ci.org/superv/platform)\n\nSuperV is a Laravel package that provides an SPA Admin Panel based on your migration files, without generating or requiring additional files.\n\nPlease visit https://superv.github.io for documentation.\n\nClick [here](https://superv.github.io/tutorials/videos.html) for video tutorials.\n\n## Installation\n\n### Requirements\nsuperV has the following requirments:\n \n- Laravel 5.8+ or 6.*\n- PHP 7.2.0+\n- NPM (If you are willing to customize the frontend)\n\n  \n### Install as a Composer Package\n\nPull in the latest superV Platform package:\n```bash\ncomposer require superv/platform\n```\n\nRun the installer\n```bash\nphp artisan superv:install\n```\n\nInstaller will try to complete the following configurations for you:\n- [Configure composer.json for the Merge Plugin](./configuration.html#configure-composer-json-for-the-merge-plugin)\n- [Create a full privileged User](./configuration.html#create-a-full-privileged-user)\n- [Create the Addons directory](./configuration.html#create-the-addons-directory)\n\n\nInstall the composer package for Admin Panel addon:\n```bash\ncomposer require superv/admin-panel\n```\n\nInstall the Admin Panel\n```bash\nphp artisan addon:install superv.panels.admin\n```\n\n\nYou can now navigate to `http://your-base-hostname/admin` using your browser and login with the user credentials you created during the installation process.\n\n\n### Install as a Fresh Project\n\nCreate project with composer in your terminal:\n```bash\ncomposer create-project superv/superv-project \n```\n\nYour web server should point to project's `public` folder for your hostname (eg: `superv.test`). Just as it would in a normal Laravel application.\n\nRequired directory permissions are also same with a normal laravel application with one exception, which is the `addons` folder. So make sure this folder is writable by your web server too.\n\nNext, create a database and add your credentials to your `.env` file:\n\n```text\nDB_HOST=localhost\nDB_DATABASE=superv\nDB_USERNAME=superv\nDB_PASSWORD=secret\n```\n\nAnd install superV\n```bash\nphp artisan superv:install\n```\n\nInstall the Admin Panel\n```bash\nphp artisan addon:install superv.panels.admin\n```\n\n\nYou can now navigate to `http://your-base-hostname/admin` using your browser and login with the user credentials you created during the installation process.\n\n\n\n## Support\nIf you any questions, feel free to contact me on [Twitter](https://twitter.com/daliselcuk).\n\n## License\n[MIT](https://github.com/superv/superv-platform/blob/master/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperv%2Fplatform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperv%2Fplatform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperv%2Fplatform/lists"}