{"id":24400100,"url":"https://github.com/hein-htetsan/connet","last_synced_at":"2026-05-22T07:32:12.585Z","repository":{"id":211410462,"uuid":"726827505","full_name":"Hein-HtetSan/ConNET","owner":"Hein-HtetSan","description":"laravel Project for CRUD - ConNet","archived":false,"fork":false,"pushed_at":"2024-12-10T00:14:47.000Z","size":18838,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T23:56:30.896Z","etag":null,"topics":["laravel-framework","project"],"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/Hein-HtetSan.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-03T14:20:56.000Z","updated_at":"2023-12-08T12:49:35.000Z","dependencies_parsed_at":"2023-12-27T17:39:59.125Z","dependency_job_id":null,"html_url":"https://github.com/Hein-HtetSan/ConNET","commit_stats":null,"previous_names":["hein-htetsan/to-do-list","hein-htetsan/connet"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hein-HtetSan%2FConNET","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hein-HtetSan%2FConNET/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hein-HtetSan%2FConNET/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hein-HtetSan%2FConNET/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hein-HtetSan","download_url":"https://codeload.github.com/Hein-HtetSan/ConNET/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243355036,"owners_count":20277523,"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":["laravel-framework","project"],"created_at":"2025-01-19T23:56:42.358Z","updated_at":"2025-12-29T07:27:17.118Z","avatar_url":"https://github.com/Hein-HtetSan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConNET\n\nPHP - Laravel Mini Project. In this project, we can CREATE, UPDATE, DELETE, READ posts. Especially praticing on CRUD laravel operation.\n\n![ConNET Image](./ConNET.png)\n\n## Getting Started\n\n**Clone** the repo\n\n```shell\nmkdir Project\ncd Project\ngit clone https://github.com/Hein-HtetSan/ConNET.git\n```\n\nCreate **.env** file\n\n```shell\ncd ConNET\ncp .env.example .env\n```\n\nCreate **Database** in command prompt\n\n```mysql\nCREATE DATABASE \u003cDB_NAME\u003e;\nUSE \u003cDB_NAME\u003e;\n```\n\n**Config** in your .env file\n\n```.env\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=\u003cDB_NAME\u003e\nDB_USERNAME=root\nDB_PASSWORD=\u003cPASSWORD\u003e\n```\n\nMake **migration**\n\n```shell\nphp artisan migrate\n```\n\nMake **Seeding** to insert random data to database\n\n```shell\nphp artisan db:seed\n```\n\nRun the web application\n\n```shell\nphp artisan serve\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhein-htetsan%2Fconnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhein-htetsan%2Fconnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhein-htetsan%2Fconnet/lists"}