Learning Laravel
Inheritance 22 Sharing data to all views 24 Using View::share 24 Using View::composer 24 Closure-based composer 24 Class-based composer 24 Execute arbitrary PHP code 25 Chapter 6: Cashier 26 Remarks 26 Examples 68 Change default app directory 68 Override Application class 68 Calling the new class 68 Composer 69 Change the Controllers directory 69 Chapter 21: Eloquent 70 Introduction 70 Remarks 70 Examples laravel-5.3 102 Remarks 102 Examples 102 Installing Laravel 102 Via Laravel Installer 102 Via Composer Create-Project 103 Setup 103 Server Requirements 103 Local Development Server 104 Hello World0 码力 | 216 页 | 1.58 MB | 1 年前3Laravel 5.0 Documentation
Which Branch? iv. Security Vulnerabilities v. Coding Style 3. Setup i. Installation i. Install Composer ii. Install Laravel iii. Server Requirements ii. Configuration i. Introduction ii. After Installation renameColumn function in your migrations, you will need to add the doctrine/dbal dependency to your composer.json file. This package is no longer included in Laravel by default. Queue Priority Failed Queue each piece of the migration process in further detail below. Don't forget to copy any additional Composer dependencies into your 5.0 application. This includes third-party code such as SDKs. Some Laravel-specific0 码力 | 242 页 | 1.44 MB | 1 年前3CakePHP Cookbook 3.x
Guides Using CakePHP Working on CakePHP Deprecations Installation Installing CakePHP Installing Composer Create a CakePHP Project Keeping Up To Date with the Latest CakePHP Changes Installation using Oven Associations Out of Range Page Requests Pagination in the View Plugins Installing a Plugin With Composer Manually Installing a Plugin Manually Autoloading Plugin Classes Loading a Plugin Plugin Hook Session Rotating Session Identifiers Flash Messages Testing Installing PHPUnit Install PHPUnit with Composer Using the PHAR File Test Database Setup Checking the Test Setup Test Case Conventions Creating0 码力 | 1244 页 | 1.05 MB | 1 年前3CakePHP Cookbook 4.x
Working on CakePHP Deprecations Experimental Features Installation Installing CakePHP Installing Composer Create a CakePHP Project Keeping Up To Date with the Latest CakePHP Changes Installation using Oven Associations Out of Range Page Requests Pagination in the View Plugins Installing a Plugin With Composer Manually Installing a Plugin Manually Autoloading Plugin Classes Loading a Plugin Plugin Hook Identifiers Session::renew() Flash Messages Testing Installing PHPUnit Install PHPUnit with Composer Using the PHAR File Test Database Setup Checking the Test Setup Test Case Conventions Creating0 码力 | 1249 页 | 1.04 MB | 1 年前3CakePHP Cookbook 4.x
. . . . . . . . . . . . . . . . . . . . . . . . . 737 24 Plugins 739 Installing a Plugin With Composer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 739 Manually Installing where CakePHP and other application dependencies will be installed by Composer19. Edit- ing these files is not advised, as Composer will overwrite your changes next time you update. • The webroot directory commands. See Command Objects to learn more. Console Contains the installation script executed by Composer. Controller Contains your application’s Controllers and their components. Middleware Stores0 码力 | 967 页 | 2.88 MB | 1 年前3CakePHP Cookbook 3.x
. . . . . . . . . . . . . . . . . . . . . . . . . 755 24 Plugins 757 Installing a Plugin With Composer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 757 Manually Installing where CakePHP and other application dependencies will be installed by Composer19. Edit- ing these files is not advised, as Composer will overwrite your changes next time you update. • The webroot directory commands. See Console Commands to learn more. Console Contains the installation script executed by Composer. Controller Contains your application’s Controllers and their components. Locale Stores language0 码力 | 967 页 | 2.80 MB | 1 年前3CakePHP Cookbook Documentation 5.x
Working on CakePHP Deprecations Experimental Features Installation Installing CakePHP Installing Composer Create a CakePHP Project Keeping Up To Date with the Latest CakePHP Changes Installation using Oven Requests Using a paginator class directly Pagination in the View Plugins Installing a Plugin With Composer Manually Installing a Plugin Manually Autoloading Plugin Classes Loading a Plugin Plugin Hook Identifiers Session::renew() Flash Messages Testing Installing PHPUnit Install PHPUnit with Composer Using the PHAR File Test Database Setup Checking the Test Setup Test Case Conventions Creating0 码力 | 1080 页 | 939.39 KB | 1 年前3CakePHP Cookbook Documentation 5.x
. . . . . . . . . . . . . . . . . . . . . . . . . 636 25 Plugins 637 Installing a Plugin With Composer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 637 Manually Installing where CakePHP and other application dependencies will be installed by Composer19. Edit- ing these files is not advised, as Composer will overwrite your changes next time you update. • The webroot directory commands. See Command Objects to learn more. Console Contains the installation script executed by Composer. Controller Contains your application’s Controllers and their components. Middleware Stores0 码力 | 848 页 | 2.53 MB | 1 年前3Guzzle PHP 6.5 Documentation
concurrent requests. Installation The recommended way to install Guzzle is with Composer [http://getcomposer.org]. Composer is a dependency management tool for PHP that allows you to declare the dependencies them into your project. # Install Composer curl -sS https://getcomposer.org/installer | php You can add Guzzle as a dependency using the composer.phar CLI: php composer.phar require guzzlehttp/guzzle:~6 dependency in your project's existing composer.json file: { "require": { "guzzlehttp/guzzle": "~6.0" } } After installing, you need to require Composer's autoloader: require 'vendor/autoload0 码力 | 65 页 | 311.42 KB | 10 月前3Guzzle PHP 7.0 Documentation
concurrent requests. Installation The recommended way to install Guzzle is with Composer [https://getcomposer.org]. Composer is a dependency management tool for PHP that allows you to declare the dependencies installs them into your project. # Install Composer curl -sS https://getcomposer.org/installer | php You can add Guzzle as a dependency using Composer: composer require guzzlehttp/guzzle:^7.0 Alternatively dependency in your project's existing composer.json file: { "require": { "guzzlehttp/guzzle": "^7.0" } } After installing, you need to require Composer's autoloader: require 'vendor/autoload0 码力 | 64 页 | 310.93 KB | 10 月前3
共 76 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8