{"id":23537737,"url":"https://github.com/prod3v3loper/five","last_synced_at":"2026-04-02T04:46:06.351Z","repository":{"id":159024013,"uuid":"378956108","full_name":"prod3v3loper/five","owner":"prod3v3loper","description":"Symfony5","archived":false,"fork":false,"pushed_at":"2021-10-18T23:19:30.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-15T00:23:46.487Z","etag":null,"topics":["babel","bootstrap","composer","framework","jquery","login-system","npm","php-framework","symfony","symfony5","typescript","webpack"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prod3v3loper.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}},"created_at":"2021-06-21T14:19:39.000Z","updated_at":"2021-10-18T23:19:33.000Z","dependencies_parsed_at":"2023-05-02T23:46:19.266Z","dependency_job_id":null,"html_url":"https://github.com/prod3v3loper/five","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prod3v3loper/five","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod3v3loper%2Ffive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod3v3loper%2Ffive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod3v3loper%2Ffive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod3v3loper%2Ffive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prod3v3loper","download_url":"https://codeload.github.com/prod3v3loper/five/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod3v3loper%2Ffive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273886624,"owners_count":25185507,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"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":["babel","bootstrap","composer","framework","jquery","login-system","npm","php-framework","symfony","symfony5","typescript","webpack"],"created_at":"2024-12-26T03:19:07.946Z","updated_at":"2025-12-30T19:51:30.438Z","avatar_url":"https://github.com/prod3v3loper.png","language":"PHP","readme":"# five\n \nSymfony 5\n- Login / Logout (Dashboard)\n- Example hook\n\n### Symfony / Composer / NPM\n- Webpack, Babel, Typescript, Sass...\n- Bootstrap\n\n**Create a .env.local file like your local development**\n- Database\n- Mailer\n...\n\nClone the project to download its contents in your project folder:\n```\ncd projects/\ngit clone https://github.com/prod3v3loper/five.git\n```\n\nNow make composer and npm install the project's dependencies into vendor/ and node_modules/\n```\ncomposer install\nnpm install\n```\n\nCreate database and tables\n```\nphp bin/console doctrine:database:create\nphp bin/console make:migration\nphp bin/console doctrine:migrations:migrate\n```\n\nSet a Admin in src/DataFixtures UserFixtures.php and fire this in console\n```bash\nphp bin/console doctrine:fixtures:load\n```\n```php\n    public function load(ObjectManager $manager) {\n        $user = new User();\n        $user-\u003esetUsername('yourusername');\n        $user-\u003esetEmail('your@email');\n        $user-\u003esetPassword($this-\u003eencoder-\u003eencodePassword($user, 'yourpassword'));\n\n        $manager-\u003epersist($user);\n        $manager-\u003eflush();\n    }\n```\nRegister function comes later...\n\nTo run build develop enter:\n```\nnpm run dev\n```\nTo run build production enter:\n```\nnpm run build\n```\n\nTo run symfony server:\n```\nsymfony server:start\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprod3v3loper%2Ffive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprod3v3loper%2Ffive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprod3v3loper%2Ffive/lists"}