CakePHP Cookbook 2.x
plugins Elements Passing Variables into an Element Caching Elements Requesting Elements from a Plugin 2.0 2.1 Creating your own view classes View API More about Views Themes Media Views JSON and XML Submodule Enable the Plugin How To Use Plugins Plugin Configuration Advanced Bootstrapping Using a Plugin How To Create Plugins Plugin Controllers Plugin Models Plugin Views Plugin Assets Components, Helpers and Behaviors Expand Your Plugin Plugin Tips Publish Your Plugin Shells, Tasks & Console Tools The CakePHP console Adding cake to your system path Creating a shell Using Models in your shells0 码力 | 1096 页 | 958.62 KB | 1 年前3
CakePHP Cookbook 2.x
CakePHP First, let’s get a copy of fresh CakePHP code. To get a fresh download, visit the CakePHP project on GitHub: https://github.com/cakephp/cakephp/tags and download the latest release of 2.0 You can name; } } If for some exotic reason you cannot change your root directory and need to run your project from a subfolder like example.com/subfolder/, you will have to inject “/webroot” in each request that you’ve created a basic CakePHP application, you’re ready for the real thing. Start your own project and read the rest of the Cookbook and API11. If you need help, there are many ways to get the help0 码力 | 820 页 | 2.52 MB | 1 年前3
CakePHP Cookbook 3.x
on CakePHP Deprecations Installation Installing CakePHP Installing Composer Create a CakePHP Project Keeping Up To Date with the Latest CakePHP Changes Installation using Oven Permissions Development Configuration Email Configuration Session Configuration Routing configuration Additional Class Paths Plugin, View Template and Locale Paths Inflection Configuration Configure Class Writing Configuration Parameters to Action Using Named Routes Prefix Routing Creating Links to Prefix Routes Plugin Routing Creating Links to Plugin Routes SEO-Friendly Routing Matching Specific HTTP Methods Matching Specific Hostnames0 码力 | 1244 页 | 1.05 MB | 1 年前3
CakePHP Cookbook 3.x
755 24 Plugins 757 Installing a Plugin With Composer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 757 Manually Installing a Plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 758 Loading a Plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 759 Plugin Hook Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 760 Using Plugin Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 762 Creating Your Own0 码力 | 967 页 | 2.80 MB | 1 年前3
Laravel 5.6 中文文档5.6 框架应用: composer global update 通过 Composer Create-Project 你还可以在终端中通过 Composer 的 create-project 命令来安装 Laravel 应用: composer create-project --prefer-dist laravel/laravel blog 如果要下载安装 Laravel 其他版本应用,比如 其他版本应用,比如 5.5 版本,可以使用这个命令: composer create-project --prefer-dist laravel/laravel blog 5.5.*。 本地开发服务器 如果你在本地安装了 PHP,并且想要使用 PHP 内置的开发环境服务器为应用提供服务,可以使用 Artisan 命令 serve: php artisan serve 该命令将会在本地启动开发环境服务器,这样在浏览器中通过 Vagrant 文件夹: folders: - map: ~/code/project1 to: /home/vagrant/code/project1 - map: ~/code/project2 to: /home/vagrant/code/project2 如果要开启 NFS,只需简单添加一个标识到同步文件夹配置: folders:0 码力 | 377 页 | 14.56 MB | 1 年前3
CakePHP Cookbook 4.x
Installing Authentication Plugin Adding Login Logout Enabling Registrations CMS Tutorial - Authorization Installing Authorization Plugin Enabling the Authorization Plugin Creating our First Policy Checking Deprecations Experimental Features Installation Installing CakePHP Installing Composer Create a CakePHP Project Keeping Up To Date with the Latest CakePHP Changes Installation using Oven Permissions Development Configuration Email Configuration Session Configuration Routing configuration Additional Class Paths Plugin, View Template and Locale Paths Inflection Configuration Configure Class Configure Writing Configuration0 码力 | 1249 页 | 1.04 MB | 1 年前3
CakePHP Cookbook Documentation 5.xInstalling Authentication Plugin Adding Login Logout Enabling Registrations CMS Tutorial - Authorization Installing Authorization Plugin Enabling the Authorization Plugin Creating our First Policy Checking Deprecations Experimental Features Installation Installing CakePHP Installing Composer Create a CakePHP Project Keeping Up To Date with the Latest CakePHP Changes Installation using Oven Permissions Development Configuration Email Configuration Session Configuration Routing configuration Additional Class Paths Plugin, View Template and Locale Paths Inflection Configuration Configure Class Configure Writing Configuration0 码力 | 1080 页 | 939.39 KB | 1 年前3
CakePHP Cookbook 4.x
737 24 Plugins 739 Installing a Plugin With Composer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 739 Manually Installing a Plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 740 Loading a Plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 740 Plugin Hook Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 741 Using Plugin Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 742 Creating Your Own0 码力 | 967 页 | 2.88 MB | 1 年前3
CakePHP Cookbook Documentation 5.x636 25 Plugins 637 Installing a Plugin With Composer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 637 Manually Installing a Plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 638 Loading a Plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 638 Plugin Hook Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 639 Plugin Loading Options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 639 Loading plugins through0 码力 | 848 页 | 2.53 MB | 1 年前3
Laravel 6.0 中文文档6.0 框架的新应用: composer global update 通过 Composer Create-Project 你还可以在终端中通过 Composer 的 create-project 命令来安 装 Laravel 应用: composer create-project --prefer-dist laravel/laravel blog 如果要下载安装 Laravel 其他版本应用,比如 其他版本应用,比如 5.8 版本,可以使用 这个命令: composer create-project --prefer-dist laravel/laravel blog 5.8.*。 安装完成后,可以通过如下命令查看 Laravel 的版本: php artisan -V 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 的话,你可以配置多个共享文件夹: folders: - map: ~/code/project1 to: /home/vagrant/project1 注:map 表示宿主机 Web 项目根目录,to 表示映射到 的虚拟机 Web 项目根目录,Windows 下需要将 ~ 替换 成完整的目录路径,比 如 C:\Users\user\Code\project1。 你需要将每个项目映射自己的对应目录而不是映射整个0 码力 | 1442 页 | 14.66 MB | 1 年前3
共 77 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8













