cakephp/app
Fork: 391 Star: 370 (更新于 2024-10-17 02:09:41)
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-01 18:37:36 schmittjoh/JMSSerializerBundle
2024-10-31 21:37:53 filamentphp/filament
2024-10-28 00:16:41 symfony/var-dumper
2024-10-28 00:11:41 symfony/symfony
2024-10-11 23:44:26 coollabsio/coolify
2024-10-11 03:27:29 odan/slim4-skeleton