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 @foreach ($cats as $cat)- {{ $cat }}
@endforeach Like in most programming languages, we have directives to play with loops like @continue and @break . 20 Inside a file using a database visualization tool like TablePlus (free version, available for all operating systems) you will see the newly created tables, including the one we defined: If you do a mistake in a0 码力 | 111 页 | 14.25 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 documentation of the box; however, Flysystem is not limited to these and has adapters for many other storage systems. You can create a custom driver if you want to use one of these additional adapters in your Laravel following directories: https://riptutorial.com/ 111 /storage • /bootstrap/cache • On *nix operating systems this can be achieved by chown -R www-data:www-data storage bootstrap/cache chmod -R ug+rwx storage0 码力 | 216 页 | 1.58 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
Both of these software packages provide easy-to-use visual installers for all popular operating systems. Once VirtualBox and Vagrant have been installed, you should add the laravel/homestead box to users of your application. Other examples might be services to interact with external APIs, metrics systems, or even services that aggregate data from your own application. The Exceptions directory contains Increments & Decrements Cache Tags Database Cache Laravel provides a unified API for various caching systems. The cache configuration is located at config/cache.php . In this file you may specify which cache0 码力 | 242 页 | 1.44 MB | 1 年前3
Laravel 3.2 DocumentationLaravel can handle these things automatically doesn't mean that you can't call and configure these systems manually if you prefer. These are just a few ways in which Laravel differentiates itself from other for their application. This may be most beneficial to large projects such as content-management-systems. This kind of architectural flexibility is unique to Laravel. Throughout the documentation we'll filter only when a form post is made. The csrf filter is designed to prevent form posts from other systems (spam bots for example) and comes by default with Laravel. You can find the csrf filter in application/routes0 码力 | 139 页 | 1.13 MB | 1 年前3
Laravel 5.6 中文文档文件的方式存放在 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
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('messages0 码力 | 1442 页 | 14.66 MB | 1 年前3
共 7 条
- 1













