t73biz / cakephp-maintenance-mode-tutorial

CakePHP Maintenance Mode Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CakePHP 3 Maintenance Mode Tutorial


This repository is a companion to the article that can be found @ http://t73.biz/#/cakephp-3-maintenance-mode

Installation

git clone https://github.com/t73biz/cakephp-maintenance-mode-tutorial.git

Go into the directory from the command line, and run composer. Details for installing composer can be found @ https://getcomposer.org/

composer install

Once that is finished, you can start a local server running by the command

bin/cake server

This will start an instance of the server and you can view it by default by going to http://localhost:8765/

About

CakePHP Maintenance Mode Tutorial


Languages

Language:PHP 86.8%Language:CSS 10.2%Language:Shell 1.6%Language:Batchfile 1.1%Language:ApacheConf 0.3%