Laravel 3.2 Documentation................................................................................. 3 License Information .............................................................................................. ........................................................................................... 12 Server Configuration .................................................................................. ... 118 Application Configuration (More Information) ............................................................. 118 Database Sessions (More Information) ........................................0 码力 | 139 页 | 1.13 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 Request Instance ii. Retrieving Input iii. Old Input iv. Cookies v. Files vi. Other Request Information v. Responses i. Basic Responses ii. Redirects iii. Other Responses iv. Response Macros vi and dependency injection will serve as an easy alternative option to Laravel Facades. For more information on contracts, consult the full documentation. If your application is made up entirely of controller0 码力 | 242 页 | 1.44 MB | 1 年前3
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
The Laravel Handbook
deployment, for example locally in development you can have debug enabled, while on the production server you don’t want that. Some options in config files, like the ones you see above, make use of the specific. 3. Blade The view files that end with .blade.php and are Blade templates. Blade is a server-side templating language. In its basic form it’s HTML. As you can see, those templates I used above conditionals, do loops, display something if the user is authenticated or not, or show different information depending on the environment variables (e.g. if it’s in production or development), and much more0 码力 | 111 页 | 14.25 MB | 1 年前3
《Slides Dev Web》 06. HTTP & AJAX
2https://caniuse.com/#feat=http2 3https://http3-explained.haxx.se/fr/ 1 Codes de réponse • 1xx : Information • 2xx : Succès • 3xx : Redirection • 4xx : Erreur Client • 5xx : Erreur Serveur Méthodes HTTP net/[CRLF] [CRLF] • Réponse HTTP Status Code: HTTP/1.1 302 Found Date: Mon, 16 Nov 2009 08:01:35 GMT Server: Apache Location: http://www.sbb.ch/fr/ 2 Content-Length: 205 Connection: close Content-Type: text/html;0 码力 | 11 页 | 91.09 KB | 1 年前3
Laravel 5.6 中文文档Nginx,可以使用下面的配置文件配置 Web 服务器。大部分情况下,这个文件需要根据服务器的配置做一些调整 (如果你想要一个工具来协助管理服务器,可以考虑使用 Laravel Forge): server { listen 80; server_name example.com; root /example.com/public; add_header X-Frame-Options SQL、还是查询构建器,还是 Eloquent ORM。目前, Laravel 支持四种类型的数据库系统: MySQL Postgres SQLite SQL Server 配置 应用的数据库配置位于 config/database.php(但是数据库用户及密码等敏感信息位于 .env 文件,如果你还不知道 .env 是何方神圣,那么你可能 需要到这里补补 指定数据表的默认字符集(MySQL) $table->collation = 'utf8_unicode_ci'; 指定数据表的字符序(MySQL) $table->temporary(); 创建临时表(除 SQL Server) 重命名/删除表 要重命名一个已存在的数据表,使用 rename 方法: 本文档由 Laravel 学院提供 Laravel 学院致力于提供优质 Laravel 中文0 码力 | 377 页 | 14.56 MB | 1 年前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.3 中文文档认证变得简单。Laravel Passport 可以在几分钟内为应用 提供一个完整的 Oauth2 服务器实现,Passport 基于 Alex Bilbie 维护的 League OAuth2 server 实 现。 Passport 使得通过 OAuth2 授权码获取访问令牌(access token)变得轻松,你还可以允许用户通 本文档由 Laravel 学院(LaravelAcademy org)提供 Laravel 学院致力于提供优质 Laravel 中文学习资源 265 而易举,Passport 基于 Alex Bilbie 维护的 League OAuth2 server,可以在数分钟内为 Laravel 应用 提供完整的 OAuth2 服务器实现。 注:本文档假设你已经很熟悉 OAuth2,如果你对 OAuth2 一无所知,那么在开始学习文文档之前, 先要去熟悉 如果你准备通过 Pusher 广播事件,需要使用 Composer 包管理器安装对应的 Pusher PHP SDK: composer require pusher/pusher-php-server 接下来,你需要在 config/broadcasting.php 配置文件中配置你的 Pusher 证书。一个配置好的 Pusher 示例已经包含在这个文件中,你可以按照这个模板进行修改,指定自己的0 码力 | 691 页 | 9.37 MB | 1 年前3
《Slides Dev Web》02. Introduction aux frameworks PHP
$query->execute(compact('id')); $personne = $query->fetch(PDO::FETCH_OBJ); ?>Équipe
prenom ?> nom 28http://nginx.org/en/docs/http/ngx_http_core_module.html#try_files 18 // 04-routes/index.php $uri = $_SERVER['REQUEST_URI'], $matches = []; preg_match( "#^/(?P
[^/]+)/(?P [^/]+)/?#", $uri, $matches '/equipe/{slug}', 'equipe' ); }); SERVER["REQUEST_METHOD"]; $uri = $_SERVER["REQUEST_URI"]; // nettoyage de $uri // - prefix // - query string // - caractères 0 码力 | 24 页 | 1.03 MB | 1 年前3
《Slides Dev Web》 12. Risques applicatifs
: Acteurs29 Passkeys : Enregistrement30 Passkeys : Authentification31 Collecte d’information • Toute information est bonne pour l’attaquant – Messages d’erreur – Configuration OS serveur – Configuration0 码力 | 12 页 | 474.37 KB | 1 年前3
共 14 条
- 1
- 2













