 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 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 Laravel 3.2 Documentation................. 12 Server Configuration .................................................................................................... 12 Basic Configuration .............................. ................................................................................. 47 Basic Configuration ............................................................................................. ............................................................................... 48 Runtime Configuration .............................................................................................0 码力 | 139 页 | 1.13 MB | 1 年前3
 Learning Laravel24: Eloquent: 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 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 Learning Laravel24: Eloquent: 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 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
for macOS, Linux and Windows. Open the newly created project folder in VS Code. This should be the file structure: 8 While you’re here I recommend you install the extensions Laravel Extra Intellisense 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 you can see we set the app name 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 .env file? Environment0 码力 | 111 页 | 14.25 MB | 1 年前3 The Laravel Handbook
for macOS, Linux and Windows. Open the newly created project folder in VS Code. This should be the file structure: 8 While you’re here I recommend you install the extensions Laravel Extra Intellisense 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 you can see we set the app name 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 .env file? Environment0 码力 | 111 页 | 14.25 MB | 1 年前3
 Laravel 5.6 中文文档vagrant box add laravel/homestead ~/Downloads/virtualbox.box 运行上述命令有可能报错: Check your Homestead.yaml file, the path to your private key does not exist. 解决办法如下: ssh-keygen -t rsa -b 4096 -C "your_email@example 返回磁盘上的完整路径,如果输入请求不 是请求静态文件,则返回 false: /** * Determine if the incoming request is for a static file. * * @param string $sitePath * @param string $siteName * @param string $uri * @return @return string|false */ public function isStaticFile($sitePath, $siteName, $uri) { if (file_exists($staticFilePath = $sitePath.'/public/'.$uri)) { return $staticFilePath; } return0 码力 | 377 页 | 14.56 MB | 1 年前3 Laravel 5.6 中文文档vagrant box add laravel/homestead ~/Downloads/virtualbox.box 运行上述命令有可能报错: Check your Homestead.yaml file, the path to your private key does not exist. 解决办法如下: ssh-keygen -t rsa -b 4096 -C "your_email@example 返回磁盘上的完整路径,如果输入请求不 是请求静态文件,则返回 false: /** * Determine if the incoming request is for a static file. * * @param string $sitePath * @param string $siteName * @param string $uri * @return @return string|false */ public function isStaticFile($sitePath, $siteName, $uri) { if (file_exists($staticFilePath = $sitePath.'/public/'.$uri)) { return $staticFilePath; } return0 码力 | 377 页 | 14.56 MB | 1 年前3
 Laravel 5.3 中文文档* @return Response */ public function update(Request $request) { $path = $request->file('avatar')->store('avatars', 's3'); return $path; } 更多细节请查看其完整文档。 Webpack & Laravel 该方法会返回磁盘上的完整路径,如果输入请求不是请求静态文件,则返回 false: /** * Determine if the incoming request is for a static file. * * @param string $sitePath 本文档由 Laravel 学院(LaravelAcademy.org)提供 Laravel 学院致力于提供优质 @return string|false */ public function isStaticFile($sitePath, $siteName, $uri) { if (file_exists($staticFilePath = $sitePath.'/public/'.$uri)) { return $staticFilePath; }0 码力 | 691 页 | 9.37 MB | 1 年前3 Laravel 5.3 中文文档* @return Response */ public function update(Request $request) { $path = $request->file('avatar')->store('avatars', 's3'); return $path; } 更多细节请查看其完整文档。 Webpack & Laravel 该方法会返回磁盘上的完整路径,如果输入请求不是请求静态文件,则返回 false: /** * Determine if the incoming request is for a static file. * * @param string $sitePath 本文档由 Laravel 学院(LaravelAcademy.org)提供 Laravel 学院致力于提供优质 @return string|false */ public function isStaticFile($sitePath, $siteName, $uri) { if (file_exists($staticFilePath = $sitePath.'/public/'.$uri)) { return $staticFilePath; }0 码力 | 691 页 | 9.37 MB | 1 年前3
 Laravel 6.0 中文文档注:如果下载速度太慢,你还可以从这里下载相应版本的 Homestead 盒子:Laravel 学院提供的相关资源下载。 运行上述命令有可能报错: Check your Homestead.yaml file, the path to your priva te key does not exist. 解决办法如下: ssh-keygen -t rsa -b 4096 -C "your_email@example $uri * @return string|false */ public function isStaticFile($sitePath, $siteName, $u ri) { if (file_exists($staticFilePath = $sitePath.'/publ ic/'.$uri)) { 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun 服务容器绑定 DB(实例) Illuminate\Database\Connection db.connection Event Illuminate\Events\Dispatcher events File Illuminate\Filesystem\Filesystem files Gate Illuminate\Contracts\Auth\Access\Gate Hash Illumina0 码力 | 1442 页 | 14.66 MB | 1 年前3 Laravel 6.0 中文文档注:如果下载速度太慢,你还可以从这里下载相应版本的 Homestead 盒子:Laravel 学院提供的相关资源下载。 运行上述命令有可能报错: Check your Homestead.yaml file, the path to your priva te key does not exist. 解决办法如下: ssh-keygen -t rsa -b 4096 -C "your_email@example $uri * @return string|false */ public function isStaticFile($sitePath, $siteName, $u ri) { if (file_exists($staticFilePath = $sitePath.'/publ ic/'.$uri)) { 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun 服务容器绑定 DB(实例) Illuminate\Database\Connection db.connection Event Illuminate\Events\Dispatcher events File Illuminate\Filesystem\Filesystem files Gate Illuminate\Contracts\Auth\Access\Gate Hash Illumina0 码力 | 1442 页 | 14.66 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》 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》 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 《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
共 13 条
- 1
- 2













