Skip to content

fadakar/cakephp_starter

Repository files navigation

CakePHP Blog Application Skeleton

Learn cakePHP version 3.10

Build Status Total Downloads

A skeleton for creating applications with CakePHP 3.x.

The framework source code can be found here: cakephp/cakephp.

Installation

clone repository :

clone https://github.com/fadakar/cakephp_starter.git

Install all packages via composer run:

composer update

Install all node packages via npm run :

npm i

compile and watch tailwind output file run:

npm run start

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 https://localhost:8765 to see the welcome page.

About

learn cakephp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published