{"id":22845333,"url":"https://github.com/alireaza/plivios-prototype","last_synced_at":"2026-04-11T19:02:45.957Z","repository":{"id":65364333,"uuid":"590925905","full_name":"alireaza/plivios-prototype","owner":"alireaza","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-11T07:53:12.000Z","size":244,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T09:47:55.301Z","etag":null,"topics":["composer","docker","docker-compose","laravel","nginx","php","plivios","prototype","shell"],"latest_commit_sha":null,"homepage":"https://www.linkedin.com/company/plivios","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/alireaza.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}},"created_at":"2023-01-19T14:37:00.000Z","updated_at":"2023-01-19T14:39:19.000Z","dependencies_parsed_at":"2023-02-18T18:15:40.220Z","dependency_job_id":null,"html_url":"https://github.com/alireaza/plivios-prototype","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireaza%2Fplivios-prototype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireaza%2Fplivios-prototype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireaza%2Fplivios-prototype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireaza%2Fplivios-prototype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alireaza","download_url":"https://codeload.github.com/alireaza/plivios-prototype/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246421267,"owners_count":20774475,"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":["composer","docker","docker-compose","laravel","nginx","php","plivios","prototype","shell"],"created_at":"2024-12-13T03:16:51.060Z","updated_at":"2025-12-30T20:28:54.339Z","avatar_url":"https://github.com/alireaza.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plivios Prototype based on [Dockerized Laravel](https://github.com/alireaza/dockerized-laravel)\nPlivios Prototype in a Docker container\n\n## Install\n\nVia Composer\n```bash\n$ git clone https://github.com/alireaza/plivios-prototype.git PliviosPrototype\n$ cd PliviosPrototype\n$ CURRENT_UID=$(id -u):$(id -g) docker-compose up --detach --build\n```\n\n\n### Some useful commands\n\n#### Start services\n```bash\n$ CURRENT_UID=$(id -u):$(id -g) docker-compose up --detach --build\n```\n\n#### Stop services\n```bash\n$ CURRENT_UID=$(id -u):$(id -g) docker-compose down\n```\n\n#### Fix services permissions\n```bash\n$ sudo chown -R $(id -u):$(id -g) {./nginx/,./php/,./src/}\n```\n\n#### Nginx Log\n```bash\n$ docker-compose logs --tail 100 --follow nginx\n```\n\n#### Nginx CLI\n```bash\n$ docker-compose exec nginx nginx -h\n```\n\n#### PHP Log\n```bash\n$ docker-compose logs --tail 100 --follow php\n```\n\n#### PHP CLI\n```bash\n$ docker-compose exec --user $(id -u):$(id -g) php php -h\n```\n\n#### Composer CLI\n```bash\n$ docker-compose exec --user $(id -u):$(id -g) php composer -h\n```\n\n#### Run dbgpProxy\n```bash\n$ docker-compose exec php /usr/bin/dbgpProxy --server 0.0.0.0:9003 --client 0.0.0.0:9001\n```\n\n#### Laravel artisan CLI:\n```bash\n$ docker-compose exec --user $(id -u):$(id -g) php php artisan\n```\n\n#### Fix Laravel storage permission:\n```bash\n$ docker-compose exec --user root php chown -R www-data:www-data /var/www/html/storage\n```\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falireaza%2Fplivios-prototype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falireaza%2Fplivios-prototype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falireaza%2Fplivios-prototype/lists"}