Laravel 5.0 Documentation
iii. Server Requirements ii. Configuration i. Introduction ii. After Installation iii. Accessing Configuration Values iv. Environment Configuration v. Configuration Caching vi. Maintenance Mode vi. Password Reminders & Reset vii. Social Authentication ii. Billing i. Introduction ii. Configuration iii. Subscribing To A Plan iv. No Card Up Front v. Swapping Subscriptions vi. Subscription Handling Failed Payments xi. Handling Other Stripe Webhooks xii. Invoices iii. Cache i. Configuration ii. Cache Usage iii. Increments & Decrements iv. Cache Tags v. Database Cache iv. Collections0 码力 | 242 页 | 1.44 MB | 1 年前3
Laravel 3.2 Documentation................. 12 Server Configuration .................................................................................................... 12 Basic Configuration .............................. ................................................................................. 47 Basic Configuration ............................................................................................. ............................................................................... 48 Runtime Configuration .............................................................................................0 码力 | 139 页 | 1.13 MB | 1 年前3
Learning LaravelEloquent: Model 87 Examples 87 Making a Model 87 Model creation 87 Model File Location 88 Model configuration 89 Update an existing model 90 Chapter 25: Error Handling 91 Remarks 91 Examples 91 Send sending emails to a new registered user 93 Chapter 27: Filesystem / Cloud Storage 95 Examples 95 Configuration 95 Basic Usage 95 Custom Filesystems 97 Creating symbolic link in a web server using SSH 98 World Example (Basic) and with using a view 104 Hello World Example (Basic) 105 Web Server Configuration for Pretty URLs 105 Chapter 30: Helpers 107 Introduction 107 Examples 107 Array methods 1070 码力 | 216 页 | 1.58 MB | 1 年前3
The Laravel Handbook
of files. The first thing you’re going to look at is the .env file. It contains a lot of configuration options, called environment variables, for your app: 9 For example in this portion of the file Here’s for example the config/app.php file: 10 Each file in the folder contain a lot of configuration options you can set, very well documented. What’s the difference between config files and the config folder hardcoded are “one for all environments”. Before looking at changing any of the configuration options, let’s modify what you see in the browser. 11 Open the routes folder and you’ll 40 码力 | 111 页 | 14.25 MB | 1 年前3
Laravel 5.6 中文文档hosts 文件中,该文件会将对本地域名的请求重定向到 Homestead 虚拟机,在 Mac 或 Linux 上,该文件位于 /etc/hosts,在 Windows 上,位于 C:\Windows\System32\drivers\etc\hosts,添加方式如下: 192.168.10.10 homestead.test 确保 IP 地址和你的 Homestead.yaml 文件中列出的一致,一旦你将域名添加到 Slack。但是,如果我们 记录的是 emergency 级别的信息,就会被发送到系统日志和 Slack,因为 emergency 级别高于两个通道的最低级别门槛: Log::emergency('The system is down!'); 写入日志信息 你可以使用 Log 门面记录日志信息,如上所述,日志系统提供了定义在 RFC 5424 规范中的八种日志级别:emergency、alert、critical、error、 phpredis,该选项位于配置文件 config/database: 'redis' => [ 'client' => 'phpredis', // Rest of Redis configuration... ], 除了默认的 host、port、database 和 password 服务器配置选项,PhpRedis 还支持额外的连接参数:persistent、prefix、 read_timeout0 码力 | 377 页 | 14.56 MB | 1 年前3
Laravel 5.3 中文文档文件中,该文件会将对本地域 名的请求重定向到 Homestead 虚拟机,在 Mac 或 Linux 上,该文件位于 /etc/hosts,在 Windows 上,位于 C:\Windows\System32\drivers\etc\hosts,添加方式如下: 192.168.10.10 homestead.app 本文档由 Laravel 学院(LaravelAcademy.org)提供 \Braintree_Configuration::environment(config('services.braintree.environment')); \Braintree_Configuration::merchantId(config('services.braintree.merchant_id')); \Braintree_Configuration::publicKey(config('services (config('services.braintree.public_key')); \Braintree_Configuration::privateKey(config('services.braintree.private_key')); 货币配置 Cashier 默 认 货 币 是 美 元 ( USD ), 你 可 以 在 某 个 服 务 提 供 者 的 boot 方 法 中0 码力 | 691 页 | 9.37 MB | 1 年前3
《Slides Dev Web》 12. Risques applicatifs
défaillants 2. Défaillances cryptographiques 3. Injections 4. Conception non sécurisée 5. Mauvaise configuration de sécurité 6. Composants vulnérables et obsolètes 7. Identification & Authentification de mauvaise d’information • Toute information est bonne pour l’attaquant – Messages d’erreur – Configuration OS serveur – Configuration serveurs (http, sql, php, …) – Identifiants et commentaires dans sources -au cas ! • Utilisée aussi par les “white hats” (ethical hackers) : Honeypots32 Bonnes pratiques • Configuration stricte du serveur • Valider toutes les entrées (formulaires, requêtes HTTP) • Filtrage/encodage0 码力 | 12 页 | 474.37 KB | 1 年前3
《Slides Dev Web》 01. Cours devweb
HTML5 : vue d’ensemble • Javascript : VueJS, Node.js, jQuery, AJAX, JSON, … • Déploiement et configuration Serveur • Webservices : REST vs SOAP • Sécurité : Technologies, prévention des risques courants Absence bugs, qualité code, lisibilité, respect conventions et bonnes pratiques ∗ Déploiement, configuration – User Experience : 30% ∗ Design UI, Utilisabilité (Efficacité, efficience, satisfaction) –0 码力 | 7 页 | 129.56 KB | 1 年前3
《Slides Dev Web》02. Introduction aux frameworks PHP
Heavy Model, Light Controller • Don’t Repeat Yourself • You Ain’t Gonna Need It • Convention Over Configuration • Keep It Simple and Stupid • 12 factor app7 - fr8 Pretty ( | smart | clean | formatted) URL 02-twig require_once 'Twig/lib/Twig/Autoloader.php'; Twig_Autoloader::register(); // ... // Configuration de Twig $loader = new Twig_Loader_FileSystem("templates"); $twig = new Twig_Environment($loader);0 码力 | 24 页 | 1.03 MB | 1 年前3
Laravel 6.0 中文文档Homestead 站点的请求重定向到 Homestead 虚拟机。在 Mac 和 Linux 系统中,该文件位于 /etc/hosts,在 Windows 系统中, 该文件位于 C:\Windows\System32\drivers\etc\hosts。我们 以 homestead.test 域名映射为例,添加到 hosts 文件的记录如下 所示: 192.168.10.10 homestead.test 是,如果我们记录的是 emergency 级别的信息,就会被发送到系统 日志和 Slack,因为 emergency 级别高于两个通道的最低级别门槛: Log::emergency('The system is down!'); 写入日志信息 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 382 你可以使用 Log 中文学习资源:https://xueyuanjun.com 1028 'client' => env('REDIS_CLIENT', 'predis'), // Rest of Redis configuration... ], 除了默认的 host、port、database 和 password 服务器配置选项, Predis 还支持额外的用于定义每个 Redis 服务器的连接参数,要使 用这些额外的配置项,只需在配置文件0 码力 | 1442 页 | 14.66 MB | 1 年前3
共 13 条
- 1
- 2













