{"id":18990274,"url":"https://github.com/unix-user/phpmineservermanager","last_synced_at":"2025-10-17T23:59:37.487Z","repository":{"id":200861887,"uuid":"700766735","full_name":"Unix-User/PHPMineServerManager","owner":"Unix-User","description":"Uma página de gerenciamento de servidor Minecraft usando Laravel","archived":false,"fork":false,"pushed_at":"2025-03-31T18:41:52.000Z","size":852,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-17T00:15:04.272Z","etag":null,"topics":["jetstream","laravel","minecraft","rcon","vuejs"],"latest_commit_sha":null,"homepage":"https://minecraft.udianix.com.br","language":"Vue","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/Unix-User.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2023-10-05T08:55:30.000Z","updated_at":"2025-03-28T15:15:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"868e3eb4-253e-47ae-bcf0-7be0435761b5","html_url":"https://github.com/Unix-User/PHPMineServerManager","commit_stats":null,"previous_names":["unix-user/phpmineservermanager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unix-User%2FPHPMineServerManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unix-User%2FPHPMineServerManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unix-User%2FPHPMineServerManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unix-User%2FPHPMineServerManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Unix-User","download_url":"https://codeload.github.com/Unix-User/PHPMineServerManager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250228687,"owners_count":21395958,"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":["jetstream","laravel","minecraft","rcon","vuejs"],"created_at":"2024-11-08T17:09:24.206Z","updated_at":"2025-10-17T23:59:37.398Z","avatar_url":"https://github.com/Unix-User.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHPMineServerManager\n\n[![Laravel Tests](https://github.com/Unix-User/PHPMineServerManager/actions/workflows/laravel.yml/badge.svg)](https://github.com/Unix-User/PHPMineServerManager/actions/workflows/laravel.yml)\n[![License](https://img.shields.io/github/license/Unix-User/PHPMineServerManager)](https://github.com/Unix-User/PHPMineServerManager/blob/main/LICENSE)\n[![Laravel Version](https://img.shields.io/badge/Laravel-v10-FF2D20?logo=laravel)](https://laravel.com)\n[![PHP Version](https://img.shields.io/badge/PHP-8.2-777BB4?logo=php)](https://php.net)\n[![GitHub last commit](https://img.shields.io/github/last-commit/Unix-User/PHPMineServerManager)](https://github.com/Unix-User/PHPMineServerManager/commits)\n[![GitHub issues](https://img.shields.io/github/issues/Unix-User/PHPMineServerManager)](https://github.com/Unix-User/PHPMineServerManager/issues)\n[![Maintainability](https://img.shields.io/badge/maintainability-A-brightgreen)](https://github.com/Unix-User/PHPMineServerManager)\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://minecraft.udianix.com.br\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/Unix-User/PHPMineServerManager/assets/38821945/b2298d64-d45a-4f33-9c96-83b9ef1f86fb\" /\u003e\n\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    Uma demonstração desse projeto esta disponivel \u003ca href=\"https://minecraft.udianix.com.br/\" target=\"_blank\"\u003eaqui\u003c/a\u003e\n\u003c/p\u003e\n\n## Sobre o Projeto\n\nEste é um gerenciador de servidor de Minecraft, construído com Laravel e Jetstream. Ele permite que você gerencie facilmente seu servidor de Minecraft, com uma interface de usuário intuitiva e poderosas funcionalidades.\n\n## Instalação\n\n1. Clone o repositório\n    ```\n    git clone https://github.com/Unix-User/PhPMineServerManager.git\n    ```\n2. Entre no diretório do projeto\n    ```\n    cd PhPMineServerManager\n    ```\n3. Instale as dependências\n    ```\n    composer install\n    ```\n4. Instale as dependências do npm\n    ```\n    npm install\n    ```\n5. Copie o arquivo de exemplo de ambiente e configure suas variáveis de ambiente\n    ```\n    cp .env.example .env\n    ```\n6. Gere uma chave de aplicativo\n    ```\n    php artisan key:generate\n    ```\n7. Execute as migrações\n    ```\n    php artisan migrate\n    ```\n8. Compile os assets do front-end\n    ```\n    npm run dev\n    ```\n9. Inicie o servidor\n    ```\n    php artisan serve\n    ```\n\n\n## Inicialização\n\nApós a instalação, você pode acessar o aplicativo em seu navegador em `http://localhost:8000`.\n\n## Contribuindo\n\nObrigado por considerar contribuir para este projeto! Por favor, leia o guia de contribuição antes de enviar qualquer pull request.\n\n## Licença\n\nEste projeto é um software de código aberto licenciado sob a [licença MIT](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funix-user%2Fphpmineservermanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funix-user%2Fphpmineservermanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funix-user%2Fphpmineservermanager/lists"}