Laravel 5.0 Documentation
Miscellaneous xiv. Localization i. Introduction ii. Language Files iii. Basic Usage iv. Pluralization v. Validation Localization vi. Overriding Package Language Files xv. Mail i. Configuration ii. Basic course, you are free to create additional service providers for your application. Application language files and views have been moved to the resources directory. All major Laravel components implement and CSRF "filters" have been converted to middleware. Middleware provides a single, consistent interface to replace all types of filters, allowing you to easily inspect, and even reject, requests before0 码力 | 242 页 | 1.44 MB | 1 年前3
Laravel 3.2 Documentation............................................................................. 70 Retrieving A Language Line .......................................................................................... saved, updating, creating, deleting, and deleted events to Eloquent. Added new Sectionable interface to allow cache drivers to simulate namespacing. Added support for HAVING SQL clauses. Upgrading From 3.1.7 Replace the laravel folder. Laravel 3.1.7 Fixes custom validation language line loading from bundles. Fixes double-loading of classes when overriding the core. Classify0 码力 | 139 页 | 1.13 MB | 1 年前3
The Laravel Handbook
app”. PHP is often diregarded by developers, but it has some unique features that make it a great language for Web Development and Laravel figured out how to take advantage of the best features of PHP. 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 don’t have anything URL. Now suppose you want to create a page for each single dog, maybe you’ll fill that with a description, an image, whatever. You can’t create a static route for each dog in the database, because you0 码力 | 111 页 | 14.25 MB | 1 年前3
《Slides Dev Web》 09. Services Web
de messages XML sur le réseau – WSDL : Web Service Description Language – UDDI : Universal Description, Discovery and Integration • WSDL : Description des interfaces des web services • UDDI : Découverte (ROA) • Chapitre 5 de la thèse12 de Roy T. Fielding13 (fr14), 2000 • Parmi les contraintes15, une interface uniforme : 9https://www.w3schools.com/xml/xml_soap.asp 10https://www.w3big.com/fr/soap/default avec des verbes différents produira un résultat différent : Effet Route Verbe URI (ressource) Description Index GET /blogs Affiche la liste New GET /blog/new Affiche formulaire création C Create POST0 码力 | 6 页 | 47.90 KB | 1 年前3
Laravel 6.0 中文文档$request->validate([ 'title' => 'required|unique:posts|max:255', 'author.name' => 'required', 'author.description' => 'required', ]); 这样的验证规则适用于验证如下标签请求:0 码力 | 1442 页 | 14.66 MB | 1 年前3
Learning LaravelServices 161 Examples 161 Introduction 161 Chapter 56: Services 166 Examples 166 Binding an Interface To Implementation 166 Binding an Instance 166 Binding a Singleton to the Service Container 166 Chapter 2: Artisan Syntax php artisan [command] [options] [arguments] • Parameters Command Description clear-compiled Remove the compiled class file down Put the application into maintenance mode based on registration key:generate Set the application key https://riptutorial.com/ 6 Command Description make:auth Scaffold basic login and registration views and routes make:console Create a new Artisan0 码力 | 216 页 | 1.58 MB | 1 年前3
《Slides Dev Web》 08 . RSSArc Info News RSS 2.0 http://www.he-arc.ch/ <description>News HE-Arc (RSS 2.0)description> <language>frlanguage>Sun, 26 Oct 2008 04:00:00 GMT Sun Niveau-3/ ING-DM3254-12-D%C3%A9veloppement%20web%20et%20mobile-V1.docx <description>Un nouveau coursdescription> Mon, 27 Oct 2008 09:39:21 GMT Atom 2.0 :Podcast http://www.website_url.com <description>Podcast : audio.mp3description>0 码力 | 7 页 | 52.98 KB | 1 年前3
Laravel 5.3 中文文档Laravel 学院(LaravelAcademy.org)提供 Laravel 学院致力于提供优质 Laravel 中文学习资源 5 console.log(e.description); }); 为了订阅到传统频道,Laravel Echo 还使得订阅到提供谁在监听给定频道信息的已存在频道变得 简单: Echo.join('chat.' + roomId) 'title' => 'required|unique:posts|max:255', 'author.name' => 'required', 'author.description' => 'required', ]); 显示验证错误信息 那么,如果请求输入参数没有通过给定验证规则怎么办?正如前面所提到的,Laravel 将会自动将 用户重定向回上一个位置 让我们先看看 Illuminate\Contracts\Auth\UserProvider 契约: interface UserProvider { public function retrieveById($identifier); public function retrieveByToken($identifier0 码力 | 691 页 | 9.37 MB | 1 年前3
Laravel 5.6 中文文档PostgresSQL)上使用操作符 -> 获取指定 JSON 字段值: $users = DB::table('users') ->where('options->language', 'en') ->get(); $users = DB::table('users') ->where('pref '); 等同于 JSONB 类型列 $table->lineString('positions'); 等同于 LINESTRING 类型列 $table->longText('description'); 等同于 LONGTEXT 类型列 $table->macAddress('device'); 等同于 MAC 地址类型列 $table->mediumIncrements('id'); org 144 命令 描述 $table->mediumInteger('numbers'); 等同于 MEDIUMINT 类型列 $table->mediumText('description'); 等同于 MEDIUMTEXT 类型列 $table->morphs('taggable'); 添加一个 UNSIGNED INTEGER 类型的 taggable_id 列和一个0 码力 | 377 页 | 14.56 MB | 1 年前3
《Slides Dev Web》 05. JavaScript & DOM
• Permissif : du mauvais code est peu maintenable – Design Patterns14 – Bonnes pratiques15 • Interface pour scripter le navigateur – Accès et modification du contenu via DOM 1https://emscripten.org/ type="text/javascript" src="script02.js"> language="JavaScript" est déprécié et type vaut par défaut text/javascript. The type attribute gives the language of the script or format of the data. […] The0 码力 | 10 页 | 91.95 KB | 1 年前3
共 14 条
- 1
- 2













