承接 maiconpinto/cakephp-blog-tutorial 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

maiconpinto/cakephp-blog-tutorial

Composer 安装命令:

composer create-project maiconpinto/cakephp-blog-tutorial

包简介

CakePHP Blog Tutorial

README 文档

README

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.

//config/app.php

'Datasources' => [
        'default' => [
            'className' => 'Cake\Database\Connection',
            'driver' => 'Cake\Database\Driver\Mysql',
            'persistent' => false,
            'host' => 'localhost',
            /**
             * CakePHP will use the default DB port based on the driver selected
             * MySQL on MAMP uses port 8889, MAMP users will want to uncomment
             * the following line and set the port accordingly
             */
            //'port' => 'non_standard_port_number',
            'username' => 'YOUR_USERNAME',
            'password' => 'YOUR_SECRET',
            'database' => 'YOUR_DATABASE',
            'encoding' => 'utf8',
            'timezone' => 'UTC',
            'flags' => [],
            'cacheMetadata' => true,
            'log' => false,

Migrations

After installing and configuring the database, let's run the migration to create the tables.

bin/cake migrations migrate

Useful links

Tutorials & Examples

Blog tutorial

Blog tutorial - Part 2

Blog tutorial - Part 3

Blog Tutorial - Authentication and Authorization

统计信息

  • 总下载量: 99
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-04-14

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固