🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

github.com/Kareylo/BlogMVC-CakePHP3

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/Kareylo/BlogMVC-CakePHP3

v0.0.0-20170824184538-d8f6d3c6cfd6
Source
Go
Version published
Created
Source

CakePHP 3 - BlogMVC

A simple CakePHP 3 application to see how CakePHP 3 works !

Installation

  • Download Composer or update composer self-update.
  • Run composer install.
  • Edit config/app.php with your databases informations (Search "Datasources")
  • Run
bin/cake migrations migrate
bin/cake migrations seed

You can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:

bin/cake server -p 8765

Then visit http://localhost:8765 to see the welcome page.

FAQs

Package last updated on 24 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts