Laravel 3.2 Documentation............................................................................. 70 Retrieving A Language Line .......................................................................................... 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. Classify start.php file has been expanded in order to give you more flexibility over the loading of your language, configuration, and view files. To upgrade your file, copy your current file and paste it at the0 码力 | 139 页 | 1.13 MB | 1 年前3
Laravel 5.6 中文文档Psr\Log\LoggerInterface 接口。 邮件 withSwiftMessage 回调 在之前版本的 Laravel 中,使用 withSwiftMessage 注册的 Swift 消息自定义回调函数在内容已经被编码并添加到消息后被调用。这些回调现在在 内容被添加前调用,从而允许你自定义编码以及其他消息选项。 分页 Bootstrap 4 分页器生成的分页链接现在默认使用 文件的方式存放在 resources/lang 目录下。例如,如果你的应用有一个西班牙版翻译,需要创建一 个 resources/lang/es.json 文件: { "I love programming.": "Me encanta la programación." } 获取翻译字符串 你可以使用辅助函数 __ 从语言文件中获取行,该方法接收文件和翻译字符串的键作为第一个参数,举个例子,我们从语言文 resources/lang/messages.php 中获取 welcome 对应的翻译字符串: echo __('messages.welcome'); echo __('I love programming.'); 当然如果你使用了 Blade 模板引擎,可以使用 {{ }} 语法打印翻译字符串或者使用 @lang 指令: {{ __('messages.welcome') }} @lang('messages0 码力 | 377 页 | 14.56 MB | 1 年前3
The Laravel Handbook
goal is to get you up to speed quickly with Laravel. This book is written by Flavio. I publish programming tutorials on my blog flaviocopes.com and I organize a yearly bootcamp at bootcamp.dev. You can 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 anything0 码力 | 111 页 | 14.25 MB | 1 年前3
Laravel 6.0 中文文档文件的方式存放 在 resources/lang 目录下。例如,如果你的应用有一个西班牙版翻 译,需要创建一个 resources/lang/es.json 文件: { "I love programming.": "Me encanta la programación. " } 获取翻译字符串 你可以使用辅助函数 __ 从语言文件中获取行,该方法接收文件和翻 译字符串的键作为第一个参数,举个例子,我们从语言文 resources/lang/messages.php 中获取 welcome 对应的翻译字 符串: echo __('messages.welcome'); echo __('I love programming.'); 当然如果你使用了 Blade 模板引擎,可以使用 {{ }} 语法打印翻译 字符串或者使用 @lang 指令: {{ __('messages.welcome') }} @lang('messages 2016 以及 SQLite 3.9.0)上使用 操作符 -> 获取指定 JSON 字段值: $users = DB::table('users') ->where('options->language', 'en') ->get(); $users = DB::table('users') ->where('preferences->dining->meal', 's alad')0 码力 | 1442 页 | 14.66 MB | 1 年前3
《Slides Dev Web》02. Introduction aux frameworks PHP
également une maturité de la plateforme. There are people who actually like programming. I don’t understand why they like programming. Rasmus Lerdorf 10 • PHP-FI Forms Interpreter • PHP 3, réécrit en C++ •0 码力 | 24 页 | 1.03 MB | 1 年前3
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 application more vulnerable to XSS exploits. Also, comments with {{- - will no longer work. Move your language files from app/lang to the new resources/lang directory. Copy your application's public assets0 码力 | 242 页 | 1.44 MB | 1 年前3
Learning LaravelHere, you will learn all-about Laravel. Starting from as- simple-as knowing what Object-Oriented Programming is, to the advanced Laravel package development topic. This, like every other Stackoverflow documentation0 码力 | 216 页 | 1.58 MB | 1 年前3
《Slides Dev Web》 08 . RSS0 http://www.he-arc.ch/News HE-Arc (RSS 2.0) <language>frlanguage>Sun, 26 Oct 2008 04:00:00 GMT Sun, 26 Oct 2008 09:41:01 0 码力 | 7 页 | 52.98 KB | 1 年前3
《Slides Dev Web》 05. JavaScript & DOM
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
《Slides Dev Web》 09. Services Web
WSDL et UDDI : – SOAP : Echange de messages XML sur le réseau – WSDL : Web Service Description Language – UDDI : Universal Description, Discovery and Integration • WSDL : Description des interfaces des0 码力 | 6 页 | 47.90 KB | 1 年前3
共 12 条
- 1
- 2













