Learning LaravelChapter 19: Deploy Laravel 5 App on Shared Hosting on Linux Server 65 Remarks 65 Examples 65 Laravel 5 App on Shared Hosting on Linux Server 65 Chapter 20: Directory Structure 68 Examples 68 Change Examples 95 Configuration 95 Basic Usage 95 Custom Filesystems 97 Creating symbolic link in a web server using SSH 98 Chapter 28: Form Request(s) 99 Introduction 99 Syntax 99 Remarks 99 Examples 99 Create-Project 103 Setup 103 Server Requirements 103 Local Development Server 104 Hello World Example (Basic) and with using a view 104 Hello World Example (Basic) 105 Web Server Configuration for Pretty0 码力 | 216 页 | 1.58 MB | 1 年前3
 Laravel 5.0 Documentation
Vulnerabilities v. Coding Style 3. Setup i. Installation i. Install Composer ii. Install Laravel iii. Server Requirements ii. Configuration i. Introduction ii. After Installation iii. Accessing Configuration is a headache. Your console schedule is no longer in source control, and you must SSH into your server to add the Cron entries. Let's make our lives easier. The Laravel command scheduler allows you to define your command schedule within Laravel itself, and only a single Cron entry is needed on your server. It looks like this: $schedule->command('artisan:command')->dailyAt('15:00'); Of course, check0 码力 | 242 页 | 1.44 MB | 1 年前3
 Guzzle PHP 6.5 DocumentationCreating a Handler Testing Guzzle Clients Mock Handler History Middleware Test Web Server Using the test server FAQ Does Guzzle require cURL? Can Guzzle send asynchronous requests? How can I add custom $client = new Client(); $requests = function ($total) { $uri = 'http://127.0.0.1:8126/guzzle-server/perf'; for ($i = 0; $i < $total; $i++) { yield new Request('GET', $uri); } }; $pool Client(); $requests = function ($total) use ($client) { $uri = 'http://127.0.0.1:8126/guzzle-server/perf'; for ($i = 0; $i < $total; $i++) { yield function() use ($client, $uri) {0 码力 | 65 页 | 311.42 KB | 11 月前3
 Guzzle PHP v5 DocumentationCreating a Handler Testing Guzzle Clients Mock Handler History Middleware Test Web Server Using the test server FAQ Does Guzzle require cURL? Can Guzzle send asynchronous requests? How can I add custom $client = new Client(); $requests = function ($total) { $uri = 'http://127.0.0.1:8126/guzzle-server/perf'; for ($i = 0; $i < $total; $i++) { yield new Request('GET', $uri); } }; $pool Client(); $requests = function ($total) use ($client) { $uri = 'http://127.0.0.1:8126/guzzle-server/perf'; for ($i = 0; $i < $total; $i++) { yield function() use ($client, $uri) {0 码力 | 62 页 | 309.78 KB | 11 月前3
 Guzzle PHP v5 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 1.6.3 Test Web Server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 1.7 FAQ . $client = new Client(); $requests = function ($total) { $uri = 'http://127.0.0.1:8126/guzzle-server/perf'; for ($i = 0; $i < $total; $i++) { yield new Request('GET', $uri); } }; $pool = new Pool($client new Client(); $requests = function ($total) use ($client) { $uri = 'http://127.0.0.1:8126/guzzle-server/perf'; for ($i = 0; $i < $total; $i++) { yield function() use ($client, $uri) { return $client->getAsync($uri);0 码力 | 49 页 | 231.08 KB | 11 月前3
 Guzzle PHP 6.5 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 1.6.3 Test Web Server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 1.7 FAQ . $client = new Client(); $requests = function ($total) { $uri = 'http://127.0.0.1:8126/guzzle-server/perf'; for ($i = 0; $i < $total; $i++) { yield new Request('GET', $uri); } }; $pool = new Pool($client new Client(); $requests = function ($total) use ($client) { $uri = 'http://127.0.0.1:8126/guzzle-server/perf'; for ($i = 0; $i < $total; $i++) { yield function() use ($client, $uri) { return $client->getAsync($uri);0 码力 | 50 页 | 237.04 KB | 11 月前3
 Guzzle PHP 5.3 DocumentationCreating a handler Testing Guzzle Clients Mock Subscriber History Subscriber Mock Adapter Test Web Server FAQ Why should I use Guzzle? Does Guzzle require cURL? Can Guzzle send asynchronous requests? How the request in seconds. Use 0 to wait indefinitely (the default behavior). float 0 // Timeout if a server does not return a response in 3.14 seconds. $client->get('/delay/5', ['timeout' => 3.14]); // PHP seconds to wait while trying to connect to a server. Use 0 to wait indefinitely (the default behavior). float 0 // Timeout if the client fails to connect to the server in 3.14 seconds. $client->get('/delay/5'0 码力 | 72 页 | 312.62 KB | 11 月前3
 Guzzle PHP 5.3 Documentationseconds. Use 0 to wait indefinitely (the default behavior). Types float Default 0 // Timeout if a server does not return a response in 3.14 seconds. $client->get('/delay/5', ['timeout' => 3.14]); // PHP wait while trying to connect to a server. Use 0 to wait indefinitely (the default behavior). Types float Default 0 // Timeout if the client fails to connect to the server in 3.14 seconds. $client->get('/delay/5' provided by the ca-certificates package) 4. Check if /etc/ssl/certs/ca-certificates.crt exists (Ubuntu, Debian; provided by the ca- certificates package) 5. Check if /usr/local/share/certs/ca-root-nss0 码力 | 63 页 | 275.75 KB | 11 月前3
 Laravel 6.0 中文文档上提议新功能或者优化已有功能,如果是新功 能的话请至少实现部分代码以便完成新功能开发。 关于 Laravel 的 bug、新功能、以及现有功能实现的非正式讨论可 以在 Laravel Discord server 的 #internals 频道进行。Taylor Otwell,Laravel 框架的维护者,通常在工作日的上午 8 点到下午 5 点(美西时间或芝加哥时间)在线,其它时间也可能偶尔在线。 当前版本中完全向后兼容的次要特性也可以提交到最新的稳定分支。 重要的新特性总是要被提交到 master 分支,包括下个发行版本。 如果你不确定是重要特性还是次要特性,请在 Laravel Discord server 的 #internals 频道咨询 Taylor Otwell。 编译前端资源 如果你提交的文件更改会影响前端编译文件,通常这种文件位 于 1aravel/laravel 仓库 的 resources/sass 在 $_ENV 和 $_SERVER 中屏蔽它们: return [ // ... 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 40 'debug_blacklist' => [ '_ENV' => [ 'APP_KEY', 'DB_PASSWORD', ], '_SERVER' => [ 'APP_KEY'0 码力 | 1442 页 | 14.66 MB | 1 年前3
 Laravel 5.1 中文文档Windows,需要开启系统的硬件虚拟化(VT-x),这通常可以通过 BIOS 来开启。 Homestead 目前基于 Vagrant 1.7 进行构建和测试。 1.1 包含软件  Ubuntu 14.04  PHP 5.6  HHVM  Nginx  MySQL  Postgres  Node (With PM2, Bower, Grunt 所有需要的软件包已经安装到 Homestead 盒子,你只需要在 Homestead.yaml 文件中设置 Blackfire Server ID 和 token: blackfire: - id: your-server-id token: your-server-token client-id: your-client-id client-token: SQL、还是查询构建 器,还是 Eloquent ORM。目前,Laravel 支持四种类型的数据库系统:  MySQL  Postgres  SQLite  SQL Server 1.1 配置 Laravel 让连接数据库和运行查询都变得非常简单。应用的数据库配置位于 config/database.php。在该文件中你可以定义所有的数据库连接,并指定哪个连接是默认0 码力 | 307 页 | 3.46 MB | 1 年前3
共 77 条
- 1
 - 2
 - 3
 - 4
 - 5
 - 6
 - 8
 













