Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/appPublic template

CakePHP application template

NotificationsYou must be signed in to change notification settings

cakephp/app

Repository files navigation

Build StatusTotal DownloadsPHPStan

A skeleton for creating applications withCakePHP 5.x.

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

Installation

  1. DownloadComposer or updatecomposer self-update.
  2. Runphp composer.phar create-project --prefer-dist cakephp/app [app_name].

If Composer is installed globally, run

composer create-project --prefer-dist cakephp/app

In case you want to use a custom app dir name (e.g./myapp/):

composer create-project --prefer-dist cakephp/app myapp

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

bin/cake server -p 8765

Then visithttp://localhost:8765 to see the welcome page.

Demo app

Check out the5.x-demo branch, which contains demo migrations and a seeder.See theREADME on how to get it running.

Update

Since this skeleton is a starting point for your application and various fileswould have been modified as per your needs, there isn't a way to provideautomated upgrades, so you have to do any updates manually.

Configuration

Read and edit the environment specificconfig/app_local.php and set up the'Datasources' and any other configuration relevant for your application.Other environment agnostic settings can be changed inconfig/app.php.

Layout

The app skeleton usesMilligram (v1.3) minimalist CSSframework by default. You can, however, replace it with any other library orcustom styles.

About

CakePHP application template

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors171


[8]ページ先頭

©2009-2025 Movatter.jp