{"id":13805962,"url":"https://github.com/ishanvyas22/cakephp-pingcrm","last_synced_at":"2025-05-13T21:32:00.234Z","repository":{"id":38849175,"uuid":"291469908","full_name":"ishanvyas22/cakephp-pingcrm","owner":"ishanvyas22","description":"A demo application to illustrate how Inertia.js works with CakePHP.","archived":false,"fork":false,"pushed_at":"2024-11-11T15:41:39.000Z","size":2427,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-11T16:35:40.036Z","etag":null,"topics":["cakephp","cakephp4","demo-application","inertia","inertiajs","javascript","react","spa","vuejs"],"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/ishanvyas22.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":"2020-08-30T12:53:07.000Z","updated_at":"2024-11-11T15:41:41.000Z","dependencies_parsed_at":"2023-02-08T18:16:11.427Z","dependency_job_id":"e7a31d82-ae84-41e4-a7a9-47c0eb3b3302","html_url":"https://github.com/ishanvyas22/cakephp-pingcrm","commit_stats":{"total_commits":139,"total_committers":3,"mean_commits":"46.333333333333336","dds":"0.20143884892086328","last_synced_commit":"620232ce01c727349a94997d5a7b7167420c6fa7"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishanvyas22%2Fcakephp-pingcrm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishanvyas22%2Fcakephp-pingcrm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishanvyas22%2Fcakephp-pingcrm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishanvyas22%2Fcakephp-pingcrm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ishanvyas22","download_url":"https://codeload.github.com/ishanvyas22/cakephp-pingcrm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225260369,"owners_count":17446085,"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":["cakephp","cakephp4","demo-application","inertia","inertiajs","javascript","react","spa","vuejs"],"created_at":"2024-08-04T01:01:06.657Z","updated_at":"2024-11-18T22:31:04.286Z","avatar_url":"https://github.com/ishanvyas22.png","language":"PHP","funding_links":["https://www.buymeacoffee.com/ishanvyas","https://www.patreon.com/ishanvyas","https://paypal.me/IshanVyas?locale.x=en_GB"],"categories":["Resources"],"sub_categories":["Examples"],"readme":"# CakePHP - PingCRM\n\nA demo application to illustrate how Inertia.js works with CakePHP.\n\n![](https://raw.githubusercontent.com/ishanvyas22/cakephp-pingcrm/master/screenshot.png)\n\n## ❤️  Support The Development\n**Do you like this project? Support it by donating:**\n\n\u003ca href=\"https://www.buymeacoffee.com/ishanvyas\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/purple_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" \u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://www.patreon.com/ishanvyas\"\u003e\n    \u003cimg src=\"https://c5.patreon.com/external/logo/become_a_patron_button@2x.png\" width=\"160\"\u003e\n\u003c/a\u003e\n\n**or** [Paypal me](https://paypal.me/IshanVyas?locale.x=en_GB)\n\n**or** [![Contact me on Codementor](https://www.codementor.io/m-badges/isvyas/get-help.svg)](https://www.codementor.io/@isvyas?refer=badge)\n\n### Follow me\n- [GitHub](https://github.com/ishanvyas22)\n- [Instagram](https://www.instagram.com/ishancodes)\n- [LinkedIn](https://www.linkedin.com/in/ishan-vyas-314111112)\n- [Twitter](https://twitter.com/ishanvyas22)\n\n## Installation\n\n1. Download the repo locally:\n\n    Via [composer](https://getcomposer.org/):\n    ```sh\n    composer create-project ishanvyas22/cakephp-pingcrm\n    ```\n\n    **or**\n\n    Via cloning the git repo:\n    ```sh\n    git clone git@github.com:ishanvyas22/cakephp-pingcrm.git\n    ```\n\n2. Install PHP dependencies:\n\n    ```sh\n    composer install\n    ```\n\n3. Install NPM dependencies:\n\n    ```sh\n    npm install\n    ```\n\n4. Build assets:\n\n    ```sh\n    npm run dev\n    ```\n\n## Setup\n\n1. Create `.env` file\n\n    ```sh\n    cp config/.env.example config/.env\n    ```\n\n2. Connect to database. Create a database of your choice, and simply update your configuration accordingly.\n\n    Run database migrations:\n    ```sh\n    bin/cake migrations migrate\n    ```\n\n    Run database seeder:\n    ```sh\n    bin/cake migrations seed --seed=DatabaseSeed\n    ```\n\n3. Run the dev server (the output will give the address):\n\n    ```sh\n    bin/cake server\n    ```\n\nYou're ready to go! Visit CakePHP PingCRM in your browser, and login with:\n\n- **Username:** johndoe@example.com\n- **Password:** secret\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishanvyas22%2Fcakephp-pingcrm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishanvyas22%2Fcakephp-pingcrm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishanvyas22%2Fcakephp-pingcrm/lists"}