{"id":21278805,"url":"https://github.com/venturedrake/laravel-crm-starter","last_synced_at":"2025-09-06T10:31:29.562Z","repository":{"id":282127353,"uuid":"353176596","full_name":"venturedrake/laravel-crm-starter","owner":"venturedrake","description":"Install and setup a complete Laravel CRM application","archived":false,"fork":false,"pushed_at":"2025-06-14T10:38:27.000Z","size":5914,"stargazers_count":4,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-08-15T23:50:56.857Z","etag":null,"topics":["laravel","php"],"latest_commit_sha":null,"homepage":"https://laravelcrm.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/venturedrake.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2021-03-31T00:21:03.000Z","updated_at":"2025-06-14T10:38:21.000Z","dependencies_parsed_at":"2025-06-14T11:34:27.994Z","dependency_job_id":null,"html_url":"https://github.com/venturedrake/laravel-crm-starter","commit_stats":null,"previous_names":["venturedrake/laravel-crm-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/venturedrake/laravel-crm-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venturedrake%2Flaravel-crm-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venturedrake%2Flaravel-crm-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venturedrake%2Flaravel-crm-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venturedrake%2Flaravel-crm-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/venturedrake","download_url":"https://codeload.github.com/venturedrake/laravel-crm-starter/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venturedrake%2Flaravel-crm-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273892671,"owners_count":25186558,"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":["laravel","php"],"created_at":"2024-11-21T10:16:08.947Z","updated_at":"2025-09-06T10:31:29.483Z","avatar_url":"https://github.com/venturedrake.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel CRM Starter\n\nA complete starter project for the [Laravel CRM Package](https://github.com/venturedrake/laravel-crm). \n\nThis project uses Laravel 9 with the starter kit [Laravel Breeze](https://laravel.com/docs/9.x/starter-kits#laravel-breeze).\n\n# Requirements\n\n- **PHP**: 8.0 or higher\n- **For MySQL users**: 5.7.23 or higher\n- **For MariaDB users**: 10.2.7 or higher\n\n# Installation\n\n## Clone the repo\n\n```bash\ngit clone --depth=1 https://github.com/venturedrake/laravel-crm-starter.git\n```\n\nThis will create a shallow clone of the repo, from there you would just need to remove the `.git` folder and reinitialise it to make it your own.\n\nThen install composer dependencies\n\n```bash\ncomposer install\n```\n\n## Configure the Laravel app\n\nCopy the `.env.example` file to `.env` and make sure the details match to your install.\n\n```shell\ncp .env.example .env\n```\n\nAll the relevant configuration files should be present in the repo.\n\n## Complete the installation\n\nGenerate the application key\n\n```\nphp artisan key:generate\n```\n\nLink the storage directory\n\n```\nphp artisan storage:link\n```\n\nInstall Laravel CRM\n\n```\nphp artisan laravelcrm:install\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fventuredrake%2Flaravel-crm-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fventuredrake%2Flaravel-crm-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fventuredrake%2Flaravel-crm-starter/lists"}