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 Overview iii. Focus On Service Providers vi. Application Structure i. Introduction ii. The Root Directory iii. The App Directory iv. Namespacing Your Application 6. Services i. Authentication i. Introduction 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. Subscription0 码力 | 242 页 | 1.44 MB | 1 年前3
Laravel 3.2 DocumentationDifferent? ....................................................................................... 1 Application Structure .................................................................................... ................. 12 Server Configuration .................................................................................................... 12 Basic Configuration .............................. ................................................................................. 47 Basic Configuration .............................................................................................0 码力 | 139 页 | 1.13 MB | 1 年前3
Learning Laravel65 Chapter 20: Directory Structure 68 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: File Location 88 Model configuration 89 Update an existing model 90 Chapter 25: Error Handling 91 Remarks 91 Examples 91 Send Error report email 91 Catching application wide ModelNotFoundException 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 980 码力 | 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
《Slides Dev Web》 12. Risques applicatifs
fonctionnement – Accéder ou modifier les données • Présence possible à tous les niveaux d’un système – Application – Serveur et Client – OS – SGBD, … • Responsabilité des développeurs : – OS, serveurs, langages rapidement disponibles – nos applications : c’est nous qui en sommes responsables OWASP1 • Open Web Application Security Project 1https://owasp.org/ 1 • Fondation pour améliorer la sécurité des webapps • 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 mauvaise0 码力 | 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 Il n’est pas interdit d’en ajouter Conseils • Le plus simple possible, pas trop de données • Application crédible (vraies données, cas réalistes) • Projet à blanc pour la prise en main du framework 4 toutes les étapes impor- tantes de Laravel ∗ route, validation des entrées, contrôleur, vue – Application déployée avec tous les éléments cités plus haut testable et fonctionnel Évaluation des projets0 码力 | 7 页 | 129.56 KB | 1 年前3
Laravel 5.6 中文文档ovider; class AppServiceProvider extends ServiceProvider { /** * Bootstrap any application services. * * @return void */ public function boot() { Bl ovider; class AppServiceProvider extends ServiceProvider { /** * Bootstrap any application services. * * @return void */ public function boot() { Pa frontControllerPath 方法会返回前端控制器的完整路径,通常是 index.php: /** * Get the fully resolved path to the application's front controller. * * @param string $sitePath * @param string $siteName * @param0 码力 | 377 页 | 14.56 MB | 1 年前3
Laravel 5.3 中文文档之 路。 Laravel 源码通过 Github 进行管理,每一个 Laravel 项目都有其对应的代码库: Laravel Framework Laravel Application Laravel Documentation Laravel Cashier Laravel Cashier for Braintree Laravel frontControllerPath 方法会返回前端控制器的完整路径,通常是 index.php: /** * Get the fully resolved path to the application's front controller. * * @param string $sitePath * @param string $siteName * @param 下面列出了每个门面及其对应的底层类,这对深入给定根门面的 API 文档而言是个很有用的工具。 服务容器绑定键也被包含进来: 门面 类 服务容器绑定 App Illuminate\Foundation\Application app Artisan Illuminate\Contracts\Console\Kernel artisan Auth Illuminate\Auth\AuthManager0 码力 | 691 页 | 9.37 MB | 1 年前3
Laravel 6.0 中文文档它,创建缺陷报告是为了帮你自己和别人走上修复问题之路。 Laravel 源码通过 Github 进行管理,每一个 Laravel 项目都有其对 应的代码库: Laravel Application Laravel Art Laravel Documentation Laravel Cashier Laravel Cashier for Braintree 本文档由学院君提供 Laravel 中文学习资源:https://xueyuanjun.com 38 如果你需要定义一个包含空格的环境变量值,可以通过将字符串放到 双引号中来实现: APP_NAME="My Application" 获取环境变量配置值 应用每次接受请求时,.env 中列出的所有配置及其对应值都会被载 入到 PHP 超全局变量 $_ENV 中,然后你就可以在应用中通过辅助 函数 env() 来获取这些配置值。实际上,如果你去查看 frontControllerPath 方法会返回前端控制器的完整路径,通常 是 index.php: /** * Get the fully resolved path to the application's fr ont controller. * * @param string $sitePath * @param string $siteName * @param string0 码力 | 1442 页 | 14.66 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
共 20 条
- 1
- 2













