《Slides Dev Web》 03. Laravel
Outils : devtools Chrome ou FF, Emmet15, git • Doc 8http://packalyst.com/ 9https://laravel.com/docs/master/lifecycle 10https://laravel.com/docs/5.1/contributions#coding-style 11https://styleci.io/ 12https://glitch domaine au dossier projet • Installer Laravel (créer un nouveau projet) 16https://laravel.com/docs/master 17https://quickref.me/laravel 18https://artisan.page/ 19https://laravel.sillo.org/laravel-10/ 20https://www WSL27 • Windows avec WSL – Tuto28 23https://laravel.com/docs/master/homestead 24https://laragon.org/ 25https://laravel.com/docs/master/valet 26https://cpriego.github.io/valet-linux/#installation 27https://github0 码力 | 8 页 | 224.34 KB | 1 年前3
Laravel 5.0 Documentation
All bug fixes should be sent to the latest stable branch. Bug fixes should never be sent to the master branch unless they fix features that exist only in the upcoming release. Minor features that are release may be sent to the latest stable branch. Major new features should always be sent to the master branch, which contains the upcoming Laravel release. If you are unsure if your feature qualifies extension. @section('sidebar') This is the master sidebar. @show0 码力 | 242 页 | 1.44 MB | 1 年前3
Laravel 3.2 DocumentationBranches The laravel repository has multiple branches, each serving a specific purpose: master - This is the Laravel release branch. Active development does not happen on this branch. This branch Laravel core code. When you download Laravel from laravel.com, you are downloading directly from this master branch. Do not make pull requests to this branch. 122 develop - This is the working features of the current development branch, the changes in the develop branch are pulled into the master branch, thus creating and releasing the newest stable version of Laravel for the world to use.0 码力 | 139 页 | 1.13 MB | 1 年前3
Laravel 5.1 中文文档能偶尔在线。 哪个分支? 所有的 bug 修复应该被提交到最新的稳定分支,永远不要把 bug 修复提交到 master 分支, 除非它们能够修复下个发行版本中的特性。 当前版本中完全向后兼容的次要特性也可以提交到最新的稳定分支。 重要的新特性总是要被提交到 master 分支,包括下个发行版本。 如果你不确定是重要特性还是次要特性,请在#laravel-devIRC 频道问一下 Taylor resources/views/layouts/master.blade.php -->App Name - @yield('title') @section('sidebar') This is the master sidebar. hild.blade.php --> @extends('layouts.master') @section('title', 'Page Title') @section('sidebar') @parentThis is appended to the master sidebar.
@endsection @section('content')0 码力 | 307 页 | 3.46 MB | 1 年前3
Laravel 5.2 中文文档偶尔在线。 3、哪个分支? 所有的 bug 修复应该被提交到最新的稳定分支,永远不要把 bug 修复提交到 master 分 支,除非它们能够修复下个发行版本中的特性。 当前版本中完全向后兼容的次要特性也可以提交到最新的稳定分支。 重要的新特性总是要被提交到 master 分支,包括下个发行版本。 如果你不确定是重要特性还是次要特性,请在 #laravel-dev IRC 频道问一下 resources/views/layouts/master.blade.php -->App Name - @yield('title') @section('sidebar') This is the master sidebar blade.php --> @extends('layouts.master') @section('title', 'Page Title') @section('sidebar') @parentThis is appended to the master sidebar.
@endsection @section('content')0 码力 | 377 页 | 4.56 MB | 1 年前3
《Slides Dev Web》02. Introduction aux frameworks PHP
); } 23http://www.redbeanphp.com/ 24http://www.doctrine-project.org/ 25http://laravel.com/docs/master/eloquent 26https://en.wikipedia.org/wiki/List_of_object-relational_mapping_software#PHP 17 URI redbeanphp.com/ 35https://github.com/nikic/FastRoute 36https://github.com/HE-Arc/php-intro-framework/blob/master/06-fastroute/index.php 37http://www.php-fig.org/psr/psr-7/ 210 码力 | 24 页 | 1.03 MB | 1 年前3
Laravel 5.3 中文文档32 3、哪个分支? 所有的 bug 修复应该被提交到最新的稳定分支,永远不要把 bug 修复提交到 master 分支,除 非它们能够修复下个发行版本中的特性。 当前版本中完全向后兼容的次要特性也可以提交到最新的稳定分支。 重要的新特性总是要被提交到 master 分支,包括下个发行版本。 如果你不确定是重要特性还是次要特性,请在 Slack 小组 LaraChat 的#internals 一个“主”页面布局,由于大多数 Web 应用在不同页面中使用同一个布局,可以很方便的将这个布 局定义为一个单独的 Blade 页面: 本文档由 Laravel 学院(LaravelAcademy.org)提供 Laravel 学院致力于提供优质 Laravel 中文学习资源 201 @yield('title') @section('sidebar') This is the master sidebar. @show@yield('content')0 码力 | 691 页 | 9.37 MB | 1 年前3
Learning Laravelengine out of the box. The Blade templating engine allows us to create master templates and child templating loading content from master templates, we can have variables, loops and conditional statements ser Step 3 – Install Laravel To download latest version of Laravel, Use below command to clone master repo of laravel from github. $ cd /var/www $ git clone https://github.com/laravel/laravel.git0 码力 | 216 页 | 1.58 MB | 1 年前3
《Slides Dev Web》 01. Cours devweb
com/in/raphaelemourgeon/ 5https://he-arc.github.io/slides-devweb/ 6https://github.com/HE-Arc/slides-devweb/tree/master/src 7https://teams.microsoft.com/l/team/19%3ahGPvEcXl8HCohGre1MLq7AQ4qPWNkY_JqMTTPMPLM- I1%40thread0 码力 | 7 页 | 129.56 KB | 1 年前3
《Slides Dev Web》 12. Risques applicatifs
php/CSRF 13https://www.xudongz.com/blog/2017/idn-phishing/ 14https://github.com/codebox/homoglyph/blob/master/raw_data/char_codes.txt 15https://onlineunicodetools.com/spoof-unicode-text 16https://www.shodan0 码力 | 12 页 | 474.37 KB | 1 年前3共 12 条- 1
- 2













