{"id":19381854,"url":"https://github.com/ctechhindi/cakephp-3.6-application","last_synced_at":"2025-04-23T20:32:04.410Z","repository":{"id":118143317,"uuid":"135520157","full_name":"ctechhindi/CakePHP-3.6-Application","owner":"ctechhindi","description":"CakePHP 3.6 Application","archived":false,"fork":false,"pushed_at":"2018-06-06T15:50:24.000Z","size":967,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T19:47:05.730Z","etag":null,"topics":["cakephp","cakephp3","demo-app","php7"],"latest_commit_sha":null,"homepage":null,"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/ctechhindi.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-05-31T02:18:14.000Z","updated_at":"2018-10-21T03:44:55.000Z","dependencies_parsed_at":"2023-11-05T01:07:45.300Z","dependency_job_id":null,"html_url":"https://github.com/ctechhindi/CakePHP-3.6-Application","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/ctechhindi%2FCakePHP-3.6-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctechhindi%2FCakePHP-3.6-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctechhindi%2FCakePHP-3.6-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctechhindi%2FCakePHP-3.6-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctechhindi","download_url":"https://codeload.github.com/ctechhindi/CakePHP-3.6-Application/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250509741,"owners_count":21442486,"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","cakephp3","demo-app","php7"],"created_at":"2024-11-10T09:18:38.211Z","updated_at":"2025-04-23T20:32:04.404Z","avatar_url":"https://github.com/ctechhindi.png","language":"PHP","readme":"# CakePHP Application Skeleton\n\n## Installation\n\n1. Download [Composer](https://getcomposer.org/doc/00-intro.md) or update `composer self-update`.\n2. Run `php composer.phar create-project --prefer-dist cakephp/app [app_name]`.\n\nIf Composer is installed globally, run\n\n```bash\ncomposer create-project --prefer-dist cakephp/app\n```\n\nIn case you want to use a custom app dir name (e.g. `/myapp/`):\n\n```bash\ncomposer create-project --prefer-dist cakephp/app myapp\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\n# Git Commit's\n\n- Customization Flash Message Template\n- Insert Data (User Registration with Database)\n- Form Validation in User Registration Page\n- Creating Multiple Controls in login and register\n- Use Form Helper for login and register\n- Integrate fontawesome and create login and register page\n- Integrate bootstrap menu and footer\n- Installing CakePHP 3.6\n\n# Database Table\n\n## Users\n\n```sql\nCREATE TABLE `cakephp3.6.local`.`users` ( \n    `id` INT NOT NULL AUTO_INCREMENT ,  \n    `fullname` VARCHAR(100) NOT NULL ,  \n    `email` VARCHAR(150) NOT NULL ,  \n    `username` VARCHAR(50) NOT NULL ,  \n    `password` TEXT NOT NULL ,  \n    `role` VARCHAR(10) NOT NULL ,  \n    `is_active` TINYINT NOT NULL DEFAULT '0' ,  \n    `created_at` TEXT NOT NULL ,  \n    `update_at` TEXT NOT NULL ,    PRIMARY KEY  (`id`)\n) ENGINE = InnoDB;\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctechhindi%2Fcakephp-3.6-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctechhindi%2Fcakephp-3.6-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctechhindi%2Fcakephp-3.6-application/lists"}