{"id":24764259,"url":"https://github.com/tooinfinity/too-portfolio","last_synced_at":"2026-04-16T08:35:57.849Z","repository":{"id":116906759,"uuid":"529835761","full_name":"tooinfinity/too-portfolio","owner":"tooinfinity","description":"Portfolio API with Laravel Framework","archived":false,"fork":false,"pushed_at":"2023-01-25T10:16:01.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T15:51:33.782Z","etag":null,"topics":["api","laravel","mysql-database","php","restful-api"],"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/tooinfinity.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-28T10:58:27.000Z","updated_at":"2023-01-25T10:17:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"d0eea427-c6e7-40e0-aed7-81905ce30927","html_url":"https://github.com/tooinfinity/too-portfolio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tooinfinity/too-portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooinfinity%2Ftoo-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooinfinity%2Ftoo-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooinfinity%2Ftoo-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooinfinity%2Ftoo-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tooinfinity","download_url":"https://codeload.github.com/tooinfinity/too-portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooinfinity%2Ftoo-portfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31878142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T07:36:03.521Z","status":"ssl_error","status_checked_at":"2026-04-16T07:35:53.576Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","laravel","mysql-database","php","restful-api"],"created_at":"2025-01-28T21:47:15.032Z","updated_at":"2026-04-16T08:35:57.833Z","avatar_url":"https://github.com/tooinfinity.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://laravel.com\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\n\n## too-portfolio API\n\n### todo\n\n### user module\n      - [x] user schema table\n          - id\n          - firstname\n          - lastname\n          - email\n          - password\n          - about_me\n      - [x] Methods\n          - [x] Login\n          - [x] register\n          - [x] getProfile\n          - [x] updateProfile\n      - [x] relations\n        - [x] user has many education\n        - [x] user has many certification\n        - [x] user has many skill\n        - [x] user has many social-account\n        - [x] user has many project\n        - [x] user has many job \n  \n### education module\n      - [x] education schema table\n          - id\n          - degree_name\n          - institute_name\n          - started_at\n          - ended_at\n          - is_completed\n          - user_id\n      - [x] relations\n        - [x] education has one user\n      - [x] Methods\n        - [x] index\n        - [x] store\n        - [x] update\n        - [x] delete\n\n### certification module\n      - [x] certification schema table\n          - id\n          - name\n          - url\n          - is_published\n          - start_at\n          - ended_at\n          - user_id\n      - [x] relations\n        - [x] certification has one user\n      - [x] Methods\n        - [x] index\n        - [x] store\n        - [x] update\n        - [x] delete\n\n### skill module\n      - [x] skill schema table\n          - id\n          - name \n          - image_url\n          - is_public\n          - user_id\n      - [x] relations\n        - [x] skill has one user\n      - [ x Methods\n        - [x] index\n        - [x] store\n        - [x] update\n        - [x] delete\n\n### social_account module\n      - [x] social_account schema table\n          - id\n          - url\n          - name\n          - is_public\n          - image_url\n          - user_id\n      - [x] relations\n        - [x] social_account has one user\n      - [x] Methods\n        - [x] index\n        - [x] store\n        - [x] update\n        - [x] delete\n\n### project module\n      - [x] project schema table\n          - id\n          - name\n          - description\n          - url\n          - image_url\n          - is_published\n          - is_opensource\n          - user_id\n      - [x] relations\n        - [x] project has one user\n      - [x] Methods\n        - [x] index\n        - [x] store\n        - [x] update\n        - [x] delete\n\n### job module\n      - [x] job schema table\n          - id\n          - company_name\n          - role\n          - started_at\n          - ended_at\n          - is_ended\n          - user\n      - [x] relations\n        - [x] job has one user\n      - [x] Methods\n        - [x] index\n        - [x] store\n        - [x] update\n        - [x] delete\n\n### contact_me module\n      - [x] contact_me schema table\n          - id\n          - name\n          - email\n          - subject\n          - message\n      - [x] Methods\n        - [x] store \n\n      - [x] adding this to .env\n          MAIL_MAILER=smtp\n          MAIL_HOST=smtp.gmail.com\n          MAIL_PORT=587\n          MAIL_USERNAME=your_email\n          MAIL_PASSWORD=generated_google_application_password\n          MAIL_ENCRYPTION=null\n\n### API Documentation\n\n#### Installation package generator docs\n\nYou can install the package via composer:\n\n```bash\ncomposer require rakutentech/laravel-request-docs --dev\n```\n\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=request-docs-config\n```\n\n#### Usage\n\nView in the browser on ``/request-docs/``\n\nGenerate a static HTML and open api specification\n\n```php\nphp artisan lrd:generate\n```\n\nDocs HTML is generated inside ``docs/``.\n\n### setting up cors for frontend\n\n add this key to .env file\n\n    SANCTUM_STATEFUL_DOMAINS=domain.too\n    SESSION_DOMAIN=.domain.too","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftooinfinity%2Ftoo-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftooinfinity%2Ftoo-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftooinfinity%2Ftoo-portfolio/lists"}