Download the PHP package maiconpinto/cakephp-blog-tutorial without Composer
On this page you can find all versions of the php package maiconpinto/cakephp-blog-tutorial. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download maiconpinto/cakephp-blog-tutorial
More information about maiconpinto/cakephp-blog-tutorial
Files in maiconpinto/cakephp-blog-tutorial
Package cakephp-blog-tutorial
Short Description CakePHP Blog Tutorial
License MIT
Homepage http://cakephp.org
Informations about the package cakephp-blog-tutorial
CakePHP Blog Tutorial
This project is the result of the tutorial step-by-step Official CakePHP website. It is a way to practice and study the new version of CakePHP 3.x.
Basically CTRL+C
CTR+V
of site, with some minor changes, such as adding the Migration.
Installation
composer create-project maiconpinto/cakephp-blog-tutorial
OR
composer create-project --prefer-dist maiconpinto/cakephp-blog-tutorial [app_name]
Learn to use the composer, it is an essential tool. Official website and if you want I have a friend who provided free course composer in practice, the Erik Figueiredo of website webdevbr.com.br
Configuration
mv config/app.default.php config/app.php
Edit file.
Migrations
After installing and configuring the database, let's run the migration to create the tables.
bin/cake migrations migrate
Useful links
All versions of cakephp-blog-tutorial with dependencies
cakephp/cakephp Version ~3.2
mobiledetect/mobiledetectlib Version 2.*
cakephp/migrations Version ~1.0
cakephp/plugin-installer Version *