{"id":23006589,"url":"https://github.com/bforbilly24/clientportal-laravel-fullstack-app","last_synced_at":"2026-04-11T01:04:07.530Z","repository":{"id":259354711,"uuid":"775426013","full_name":"bforbilly24/clientportal-laravel-fullstack-app","owner":"bforbilly24","description":"Content Management System for client of PT Webcare.idn","archived":false,"fork":false,"pushed_at":"2024-10-24T02:51:52.000Z","size":2074,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T06:14:39.541Z","etag":null,"topics":["bootstrap","laravel","scss"],"latest_commit_sha":null,"homepage":"https://project-webcare.com/login","language":"JavaScript","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/bforbilly24.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":"2024-03-21T11:17:20.000Z","updated_at":"2024-10-24T02:48:11.000Z","dependencies_parsed_at":"2024-10-24T19:34:03.357Z","dependency_job_id":"75b4791a-e476-4113-b41e-9a41fdac13ee","html_url":"https://github.com/bforbilly24/clientportal-laravel-fullstack-app","commit_stats":null,"previous_names":["bforbilly24/clientportal-laravel-fullstack-app"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bforbilly24%2Fclientportal-laravel-fullstack-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bforbilly24%2Fclientportal-laravel-fullstack-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bforbilly24%2Fclientportal-laravel-fullstack-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bforbilly24%2Fclientportal-laravel-fullstack-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bforbilly24","download_url":"https://codeload.github.com/bforbilly24/clientportal-laravel-fullstack-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246837685,"owners_count":20841903,"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":["bootstrap","laravel","scss"],"created_at":"2024-12-15T08:13:05.108Z","updated_at":"2026-04-11T01:04:07.482Z","avatar_url":"https://github.com/bforbilly24.png","language":"JavaScript","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\u003cp align=\"center\"\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/laravel/framework\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/laravel/framework\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/laravel/framework\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nThis is a [Laravel](https://laravel.com/) web application framework with expressive, elegant syntax, project bootstrapped with [`composer create-project`](https://laravel.com/docs/9.x/releases).\n\n## Getting Started\n\n\u003e 1. Pull in terminal\n\n```\ngit clone https://github.com/bforbilly24/clientportal-laravel-fullstack-app.git\n```\n\n\u003e 2. Installation\n\n```bash\ncomposer install\ncp .env.example .env // setup database credentials\nphp artisan key:generate\nphp artisan migrate\nphp artisan storage:link\n\nnpm install\n# or\nyarn install\n# or\npnpm install\n# or\nbun install\n```\n\n\u003e 3. Compile\n\n```bash\nphp artisan serve\n\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://127.0.0.1:8000](http://127.0.0.1:8000) with your browser to see the result.\n\n## File \u0026 Folder Structure\n\n```bash\nix\n│   ├── app\n│   ├── bootstrap\n│   ├── config\n│   ├── database\n│   ├── lang\n│   ├── public\n│   ├── resources/\n│   │   └── css\n│   │   └── js\n│   │   └── sass\n│   │   └── views\n│   │       └── auth\n│   │       └── error\n│   │       └── includes\n│   │       └── layouts\n│   │       └── pages\n│   │       └── vendor/comments\n│   │       └── multiple folders having all pages, apps, etc\n│   ├── routes\n│   ├── storage\n│   ├── tests\n│   └── package.lock\n│   ├── composer.json - Laravel php dependencies\n│   ├── vite.config.js - Vite configuration File\n│   ├── package.json\n```\n\n## Preview\n\n\u003cimg alt=\"login\" src=\"https://github.com/user-attachments/assets/03a21544-b53f-4c62-9301-64677727eb40\"\u003e\n\u003cimg alt=\"dashboard\" src=\"https://github.com/user-attachments/assets/a85f5424-6c90-4b77-9a93-f306c825d113\"\u003e \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbforbilly24%2Fclientportal-laravel-fullstack-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbforbilly24%2Fclientportal-laravel-fullstack-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbforbilly24%2Fclientportal-laravel-fullstack-app/lists"}