cakephp/app
Fork: 393 Star: 372 (更新于 2024-11-07 12:04:18)
license: 暂无
Language: PHP .
CakePHP application template
最后发布版本: 5.0.2 ( 2024-07-27 05:22:35)
CakePHP Application Skeleton
A skeleton for creating applications with CakePHP 5.x.
The framework source code can be found here: cakephp/cakephp.
Installation
- Download Composer or update
composer self-update
. - Run
php 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 start up the built-in webserver with:
bin/cake server -p 8765
Then visit http://localhost:8765
to see the welcome page.
Update
Since this skeleton is a starting point for your application and various files would have been modified as per your needs, there isn't a way to provide automated upgrades, so you have to do any updates manually.
Configuration
Read and edit the environment specific config/app_local.php
and set up the
'Datasources'
and any other configuration relevant for your application.
Other environment agnostic settings can be changed in config/app.php
.
Layout
The app skeleton uses Milligram (v1.3) minimalist CSS framework by default. You can, however, replace it with any other library or custom styles.
最近版本更新:(数据更新于 2024-09-15 09:14:52)
2024-07-27 05:22:35 5.0.2
2023-10-15 10:50:57 4.5.0
2023-10-01 02:54:42 5.0.1
2023-09-10 11:16:16 5.0.0
2023-06-07 12:07:04 5.0.0-RC1
2023-04-09 08:00:15 5.0.0-beta2-patch1
2023-04-08 12:28:18 5.0.0-beta2
2022-12-20 02:03:38 5.0.0-beta1
2022-09-10 16:06:02 4.4.2
2022-06-07 10:43:42 4.4.0
主题(topics):
cakephp, cakephp-application, php
cakephp/app同语言 PHP最近更新仓库
2024-11-20 23:58:25 laravel/framework
2024-11-20 18:39:23 danielmiessler/SecLists
2024-11-16 21:54:23 w7corp/easywechat
2024-11-16 04:49:03 coollabsio/coolify
2024-11-13 23:19:14 symfony/symfony
2024-11-13 22:53:21 symfony/var-dumper