{"id":14974606,"url":"https://github.com/saiht/forum","last_synced_at":"2026-03-02T08:33:25.933Z","repository":{"id":27402295,"uuid":"113763614","full_name":"saiht/forum","owner":"saiht","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-04T01:20:24.000Z","size":2374,"stargazers_count":0,"open_issues_count":20,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-20T20:13:57.116Z","etag":null,"topics":["database","forum","laravel55","php","phpunit","test-automation","thread"],"latest_commit_sha":null,"homepage":null,"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/saiht.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":"2017-12-10T16:03:08.000Z","updated_at":"2020-03-04T09:40:17.000Z","dependencies_parsed_at":"2022-08-30T16:12:39.580Z","dependency_job_id":null,"html_url":"https://github.com/saiht/forum","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saiht/forum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiht%2Fforum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiht%2Fforum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiht%2Fforum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiht%2Fforum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saiht","download_url":"https://codeload.github.com/saiht/forum/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiht%2Fforum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29995912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["database","forum","laravel55","php","phpunit","test-automation","thread"],"created_at":"2024-09-24T13:50:48.375Z","updated_at":"2026-03-02T08:33:25.913Z","avatar_url":"https://github.com/saiht.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Create forum with TDD\n\nIf you want to test this project, start by cloning the project with this command:\n\n`git clone git@github.com:saiht/forum.git`\n\nThen, copy .env.example to .env:\n\n`cp .env.example .env`\n\nNow you need to generate a new key for laravel:\n\n`php artisan key:generate`\n\nEdit .env file to access to your database.\n\nTo generate entities for users, threads, relies,... You need to use this command to migrate database:\n\n`php artisan migrate`\n\nAnd to generate entities, helpers have been created for you, copy and execute all the commands below:\n\n`php artisan tinker`\n\nYou will have access to the artisan tinker to edit, add, remove,... entities. Type to generate threads, and then to generate replies to each thread\n\n`$threads = factory('App\\Thread', 50)-\u003ecreate();`\n`$threads-\u003eeach(function($thread) { factory('App\\Reply', 10)-\u003ecreate([ 'thread_id' =\u003e $thread-\u003eid ]); });`\n\nNow you are ready, type :\n\n`php artisan serve`\n \n And open your browser to the indicated url.\n\n If you want, you have Unit/Feature testing available with the simple `phpunit` command.\n\n Enjoy !\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaiht%2Fforum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaiht%2Fforum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaiht%2Fforum/lists"}