KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Learning-CakePHP3
★ 10
Open GitHub ↗
Learning CakePHP 3
Download README (.md)
Explore Similar Repositories
golang-image
:
Adds support of CMYK jpeg files to Golang image library.
lifx-api
:
C++ API/SDK for Lifx bulbs
yii2-bs3activeform
:
A Bootstrap 3 enhanced ActiveForm for Yii 2
erlang
:
Ansible role for erlang
solarized
:
Style code snippets with Ethan Schoonover's Solarized theme (tweaked a bit).
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Learning-CakePHP3
?
Download (.md)
# Cake Exchange! A project built using CakePHP 3. This is a quick site which emulates Stack Exchange in order to learn the new version of the framework. ## Setup If you want to check it out you can clone the repo. `git clone https://github.com/davidyell/Learning-CakePHP3.git CakeExchange` Then you'll want to install the dependancies using [Composer](https://getcomposer.org/) `composer install` The front-end components are also installed using Bower, so you will need the Bower npm package installed. Then install the assets with, `bower install` There is also a gulp taks for compiling the Sass into Css. `gulp sass` For more information on installing the npm tools check out their pages. * [npm](https://www.npmjs.org/) * [bower](http://bower.io/) * [gulp](http://gulpjs.com/) ## Login Login password is just the first part of the users email. ## Database I have added a dump of the database for ease of use. You can find it in `db_dump`. ## Concepts covered * Layouts * Views * Tables * Behaviors (counterCache) * Table objects * Entities * Query builder w/ Containable * AuthComponent * Behaviors w/ Tests * AJAX ## Code sniffer In order to run the code sniffer you will need to set the path to the CakePHP standard. ```bash $ vendor/bin/phpcs --config-set default_standard CakePHP $ vendor/bin/phpcs --config-set installed_paths vendor/cakephp/cakephp-codesniffer ``` ## Todo * ~~Upgrade to alpha-2~~ * ~~Refactor App to Src~~ * ~~Update `routes.php`~~ * ~~Include code sniffer~~ * ~~Fix phpcs errors~~