|
|
пре 6 дана | |
|---|---|---|
| .. | ||
| .github | пре 6 дана | |
| bin | пре 6 дана | |
| config | пре 6 дана | |
| plugins | пре 6 дана | |
| resources | пре 6 дана | |
| src | пре 6 дана | |
| templates | пре 6 дана | |
| tests | пре 6 дана | |
| webroot | пре 6 дана | |
| .editorconfig | пре 6 дана | |
| .gitattributes | пре 6 дана | |
| .gitignore | пре 6 дана | |
| .htaccess | пре 6 дана | |
| README.md | пре 6 дана | |
| composer.json | пре 6 дана | |
| composer.lock | пре 6 дана | |
| index.php | пре 6 дана | |
| phpcs.xml | пре 6 дана | |
| phpstan.neon | пре 6 дана | |
| phpunit.xml.dist | пре 6 дана | |
| psalm.xml | пре 6 дана | |
A skeleton for creating applications with CakePHP 5.x.
The framework source code can be found here: cakephp/cakephp.
composer self-update.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.
Check out the 5.x-demo branch, which contains demo migrations and a seeder. See the README on how to get it running.
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.
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.
The app skeleton uses Milligram (v1.3) minimalist CSS framework by default. You can, however, replace it with any other library or custom styles.
Powered by TurnKey Linux.