{"id":16419610,"url":"https://github.com/gowthamand/cakephp-login-register-crud","last_synced_at":"2025-07-13T07:41:55.376Z","repository":{"id":110397404,"uuid":"120414142","full_name":"gowthamand/cakephp-login-register-crud","owner":"gowthamand","description":"CakePHP: Add, Edit, Delete, View , Login , Register, Ajax , JSON , Jquery Demo, CakePHP CRUD, CodeIgniter Boilerplatelogin","archived":false,"fork":false,"pushed_at":"2018-02-15T05:40:11.000Z","size":2021,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T21:47:04.755Z","etag":null,"topics":["crud","logging","registration"],"latest_commit_sha":null,"homepage":"","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/gowthamand.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":"2018-02-06T06:51:47.000Z","updated_at":"2024-09-03T11:37:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"4703eef6-e901-435c-aa4a-7d69c572ee39","html_url":"https://github.com/gowthamand/cakephp-login-register-crud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gowthamand%2Fcakephp-login-register-crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gowthamand%2Fcakephp-login-register-crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gowthamand%2Fcakephp-login-register-crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gowthamand%2Fcakephp-login-register-crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gowthamand","download_url":"https://codeload.github.com/gowthamand/cakephp-login-register-crud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240491547,"owners_count":19809977,"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":["crud","logging","registration"],"created_at":"2024-10-11T07:25:18.731Z","updated_at":"2025-02-24T13:41:16.056Z","avatar_url":"https://github.com/gowthamand.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CakePHP Application Login, Register, Crud\n\nA skeleton for creating applications with [CakePHP](https://cakephp.org) 3.x.\n\nThe framework source code can be found here: [cakephp/cakephp](https://github.com/cakephp/cakephp).\n\n## Installation\n\n1. Download `git clone https://github.com/gowthamand/cakephp-login-register-crud`.\n\n            If Composer is installed globally, run\n\n2. Run `composer update`.\n\n3. Configure database config/app.php\n\n\u003cpre\u003e\n\n    CREATE TABLE `users` (\n      `id` int(10) UNSIGNED NOT NULL,\n      `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,\n      `username` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,\n      `password` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,\n      `role` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,\n      `created` datetime DEFAULT NULL,\n      `modified` datetime DEFAULT NULL\n    ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;\n    ALTER TABLE `users`\n      ADD PRIMARY KEY (`id`); \n\n\u003c/pre\u003e\n\n\nYou can now either use your machine's webserver to view the default home page, or start\nup the built-in webserver with:\n\n```bash\nbin/cake server -p 8765\n```\n\nThen visit `http://localhost:8765` to see the welcome page.\n\n## Update\n\nSince this skeleton is a starting point for your application and various files\nwould have been modified as per your needs, there isn't a way to provide\nautomated upgrades, so you have to do any updates manually.\n\n## Configuration\n\nRead and edit `config/app.php` and setup the `'Datasources'` and any other\nconfiguration relevant for your application.\n\n## Layout\n\nThe app skeleton uses a subset of `Bootstarap 4` custom design \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgowthamand%2Fcakephp-login-register-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgowthamand%2Fcakephp-login-register-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgowthamand%2Fcakephp-login-register-crud/lists"}