 Laravel 3.2 Documentation................................................................................. 3 License Information .............................................................................................. ... 118 Application Configuration (More Information) ............................................................. 118 Database Sessions (More Information) ........................................ ........... 119 Migrations (More Information) .................................................................................... 119 Bundles (More Information) ..................................0 码力 | 139 页 | 1.13 MB | 1 年前3 Laravel 3.2 Documentation................................................................................. 3 License Information .............................................................................................. ... 118 Application Configuration (More Information) ............................................................. 118 Database Sessions (More Information) ........................................ ........... 119 Migrations (More Information) .................................................................................... 119 Bundles (More Information) ..................................0 码力 | 139 页 | 1.13 MB | 1 年前3
 Learning LaravelRemarks 102 Examples 102 Installing Laravel 102 Via Laravel Installer 102 Via Composer Create-Project 103 Setup 103 Server Requirements 103 Local Development Server 104 Hello World Example (Basic) command: 3. composer create-project --prefer-dist laravel/laravel projectname To install a specific Laravel version, get path to www and type command: composer create-project --prefer-dist laravel/lar posts. @endforelse Within loops, a special $loop variable will be available, containing information about the state of the loop: Property Description $loop->index The index of the current loop0 码力 | 216 页 | 1.58 MB | 1 年前3 Learning LaravelRemarks 102 Examples 102 Installing Laravel 102 Via Laravel Installer 102 Via Composer Create-Project 103 Setup 103 Server Requirements 103 Local Development Server 104 Hello World Example (Basic) command: 3. composer create-project --prefer-dist laravel/laravel projectname To install a specific Laravel version, get path to www and type command: composer create-project --prefer-dist laravel/lar posts. @endforelse Within loops, a special $loop variable will be available, containing information about the state of the loop: Property Description $loop->index The index of the current loop0 码力 | 216 页 | 1.58 MB | 1 年前3
 Laravel 5.0 Documentation
Request Instance ii. Retrieving Input iii. Old Input iv. Cookies v. Files vi. Other Request Information v. Responses i. Basic Responses ii. Redirects iii. Other Responses iv. Response Macros vi Laravel 4.2 Laravel 4.1 Laravel 5.0 introduces a fresh application structure to the default Laravel project. This new structure serves as a better foundation for building robust application in Laravel, as and dependency injection will serve as an easy alternative option to Laravel Facades. For more information on contracts, consult the full documentation. If your application is made up entirely of controller0 码力 | 242 页 | 1.44 MB | 1 年前3 Laravel 5.0 Documentation
Request Instance ii. Retrieving Input iii. Old Input iv. Cookies v. Files vi. Other Request Information v. Responses i. Basic Responses ii. Redirects iii. Other Responses iv. Response Macros vi Laravel 4.2 Laravel 4.1 Laravel 5.0 introduces a fresh application structure to the default Laravel project. This new structure serves as a better foundation for building robust application in Laravel, as and dependency injection will serve as an easy alternative option to Laravel Facades. For more information on contracts, consult the full documentation. If your application is made up entirely of controller0 码力 | 242 页 | 1.44 MB | 1 年前3
 The Laravel Handbook
folder in my home directory, for example. In there, run: composer create-project laravel/laravel first To create a new project in a folder called first . Now go into that folder and run php artisan the official documentation has great guides for macOS, Linux and Windows. Open the newly created project folder in VS Code. This should be the file structure: 8 While you’re here I recommend you install conditionals, do loops, display something if the user is authenticated or not, or show different information depending on the environment variables (e.g. if it’s in production or development), and much more0 码力 | 111 页 | 14.25 MB | 1 年前3 The Laravel Handbook
folder in my home directory, for example. In there, run: composer create-project laravel/laravel first To create a new project in a folder called first . Now go into that folder and run php artisan the official documentation has great guides for macOS, Linux and Windows. Open the newly created project folder in VS Code. This should be the file structure: 8 While you’re here I recommend you install conditionals, do loops, display something if the user is authenticated or not, or show different information depending on the environment variables (e.g. if it’s in production or development), and much more0 码力 | 111 页 | 14.25 MB | 1 年前3
 《Slides Dev Web》 12. Risques applicatifs
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 • Fondée en 2004, internationale requêtes : – formulaires – URL – … • Type de code injectable : TOUS ! 2https://owasp.org/www-project-mobile-top-10/ 3https://owasp.org/Top10/#methodology 4https://www.first.org/cvss/calculator/3.0 5https://cwe org/top25/archive/2022/2022_cwe_top25.html 6https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project 7https://owasp.org/Top10/fr/ 8https://www.hahwul.com/cullinan/history-of-owasp-top-10/ 9https://cheatsheetseries0 码力 | 12 页 | 474.37 KB | 1 年前3 《Slides Dev Web》 12. Risques applicatifs
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 • Fondée en 2004, internationale requêtes : – formulaires – URL – … • Type de code injectable : TOUS ! 2https://owasp.org/www-project-mobile-top-10/ 3https://owasp.org/Top10/#methodology 4https://www.first.org/cvss/calculator/3.0 5https://cwe org/top25/archive/2022/2022_cwe_top25.html 6https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project 7https://owasp.org/Top10/fr/ 8https://www.hahwul.com/cullinan/history-of-owasp-top-10/ 9https://cheatsheetseries0 码力 | 12 页 | 474.37 KB | 1 年前3
 Laravel 5.3 中文文档Artisan::command('build {project}', function ($project) { 本文档由 Laravel 学院(LaravelAcademy.org)提供 Laravel 学院致力于提供优质 Laravel 中文学习资源 12 $this->info('Building project...'); }); 更多详情请查看完整的 Composer Create-Project 你还可以在终端中通过 Composer 的 create-project 命令来安装 Laravel 应用: composer create-project --prefer-dist laravel/laravel blog 注:如果要下载其他版本,比如5.2 版本,可以使用这个命令:composer create-project --prefer- 这三个方法接收$sitePath、$siteName 和$uri 值作为参数,其中$sitePath 表示站点目录,如 /Users/Lisa/Sites/my-project,$siteName 表示主域名部分,如 my-project,而$uri 则是输入 的请求地址,如/foo/bar。 编 写 好 自 定 义 的 Valet 驱 动 后 , 将 其 放 到 ~/.valet/Drivers0 码力 | 691 页 | 9.37 MB | 1 年前3 Laravel 5.3 中文文档Artisan::command('build {project}', function ($project) { 本文档由 Laravel 学院(LaravelAcademy.org)提供 Laravel 学院致力于提供优质 Laravel 中文学习资源 12 $this->info('Building project...'); }); 更多详情请查看完整的 Composer Create-Project 你还可以在终端中通过 Composer 的 create-project 命令来安装 Laravel 应用: composer create-project --prefer-dist laravel/laravel blog 注:如果要下载其他版本,比如5.2 版本,可以使用这个命令:composer create-project --prefer- 这三个方法接收$sitePath、$siteName 和$uri 值作为参数,其中$sitePath 表示站点目录,如 /Users/Lisa/Sites/my-project,$siteName 表示主域名部分,如 my-project,而$uri 则是输入 的请求地址,如/foo/bar。 编 写 好 自 定 义 的 Valet 驱 动 后 , 将 其 放 到 ~/.valet/Drivers0 码力 | 691 页 | 9.37 MB | 1 年前3
 Laravel 5.6 中文文档5.6 框架应用: composer global update 通过 Composer Create-Project 你还可以在终端中通过 Composer 的 create-project 命令来安装 Laravel 应用: composer create-project --prefer-dist laravel/laravel blog 如果要下载安装 Laravel 其他版本应用,比如 其他版本应用,比如 5.5 版本,可以使用这个命令: composer create-project --prefer-dist laravel/laravel blog 5.5.*。 本地开发服务器 如果你在本地安装了 PHP,并且想要使用 PHP 内置的开发环境服务器为应用提供服务,可以使用 Artisan 命令 serve: php artisan serve 该命令将会在本地启动开发环境服务器,这样在浏览器中通过 Vagrant 文件夹: folders: - map: ~/code/project1 to: /home/vagrant/code/project1 - map: ~/code/project2 to: /home/vagrant/code/project2 如果要开启 NFS,只需简单添加一个标识到同步文件夹配置: folders:0 码力 | 377 页 | 14.56 MB | 1 年前3 Laravel 5.6 中文文档5.6 框架应用: composer global update 通过 Composer Create-Project 你还可以在终端中通过 Composer 的 create-project 命令来安装 Laravel 应用: composer create-project --prefer-dist laravel/laravel blog 如果要下载安装 Laravel 其他版本应用,比如 其他版本应用,比如 5.5 版本,可以使用这个命令: composer create-project --prefer-dist laravel/laravel blog 5.5.*。 本地开发服务器 如果你在本地安装了 PHP,并且想要使用 PHP 内置的开发环境服务器为应用提供服务,可以使用 Artisan 命令 serve: php artisan serve 该命令将会在本地启动开发环境服务器,这样在浏览器中通过 Vagrant 文件夹: folders: - map: ~/code/project1 to: /home/vagrant/code/project1 - map: ~/code/project2 to: /home/vagrant/code/project2 如果要开启 NFS,只需简单添加一个标识到同步文件夹配置: folders:0 码力 | 377 页 | 14.56 MB | 1 年前3
 Laravel 6.0 中文文档6.0 框架的新应用: composer global update 通过 Composer Create-Project 你还可以在终端中通过 Composer 的 create-project 命令来安 装 Laravel 应用: composer create-project --prefer-dist laravel/laravel blog 如果要下载安装 Laravel 其他版本应用,比如 其他版本应用,比如 5.8 版本,可以使用 这个命令: composer create-project --prefer-dist laravel/laravel blog 5.8.*。 安装完成后,可以通过如下命令查看 Laravel 的版本: php artisan -V 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 的话,你可以配置多个共享文件夹: folders: - map: ~/code/project1 to: /home/vagrant/project1 注:map 表示宿主机 Web 项目根目录,to 表示映射到 的虚拟机 Web 项目根目录,Windows 下需要将 ~ 替换 成完整的目录路径,比 如 C:\Users\user\Code\project1。 你需要将每个项目映射自己的对应目录而不是映射整个0 码力 | 1442 页 | 14.66 MB | 1 年前3 Laravel 6.0 中文文档6.0 框架的新应用: composer global update 通过 Composer Create-Project 你还可以在终端中通过 Composer 的 create-project 命令来安 装 Laravel 应用: composer create-project --prefer-dist laravel/laravel blog 如果要下载安装 Laravel 其他版本应用,比如 其他版本应用,比如 5.8 版本,可以使用 这个命令: composer create-project --prefer-dist laravel/laravel blog 5.8.*。 安装完成后,可以通过如下命令查看 Laravel 的版本: php artisan -V 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 的话,你可以配置多个共享文件夹: folders: - map: ~/code/project1 to: /home/vagrant/project1 注:map 表示宿主机 Web 项目根目录,to 表示映射到 的虚拟机 Web 项目根目录,Windows 下需要将 ~ 替换 成完整的目录路径,比 如 C:\Users\user\Code\project1。 你需要将每个项目映射自己的对应目录而不是映射整个0 码力 | 1442 页 | 14.66 MB | 1 年前3
 《Slides Dev Web》02. Introduction aux frameworks PHP
"accueil.html", compact("titre", "personnes") ); } 23http://www.redbeanphp.com/ 24http://www.doctrine-project.org/ 25http://laravel.com/docs/master/eloquent 26https://en.wikipedia.org/wiki/List_of_object-re février 2017]. Disponible à l'adresse : https://fr.wikipedia.org/wiki/Modèle-vue-contrôleur 5. DJANGO PROJECT. Django appears to be a MVC framework, but you call the Controller the « view », and the View the you-don-t-use-the-standard-names 39https://github.com/smarty-php/smarty 40https://www.doctrine-project.org/projects/doctrine-orm/en/current/tutorials/getting-started.html 41https://github.com/auraphp/Aura0 码力 | 24 页 | 1.03 MB | 1 年前3 《Slides Dev Web》02. Introduction aux frameworks PHP
"accueil.html", compact("titre", "personnes") ); } 23http://www.redbeanphp.com/ 24http://www.doctrine-project.org/ 25http://laravel.com/docs/master/eloquent 26https://en.wikipedia.org/wiki/List_of_object-re février 2017]. Disponible à l'adresse : https://fr.wikipedia.org/wiki/Modèle-vue-contrôleur 5. DJANGO PROJECT. Django appears to be a MVC framework, but you call the Controller the « view », and the View the you-don-t-use-the-standard-names 39https://github.com/smarty-php/smarty 40https://www.doctrine-project.org/projects/doctrine-orm/en/current/tutorials/getting-started.html 41https://github.com/auraphp/Aura0 码力 | 24 页 | 1.03 MB | 1 年前3
 Laravel 5.2 中文文档Composer 安装要快很多: laravel new blog 通过 Composer Create-Project 你还可以在终端中通过 Composer 的 create-project 命令来安装 Laravel 应用: composer create-project laravel/laravel --prefer-dist blog 3、基本配置 Laravel 框架的所有配置文件都存放在 之外的其它域名,可以传递域名参数 到 browserSync 方法: elixir(function(mix) { mix.browserSync({ proxy: 'project.app' }); }); 9、调用存在的 Gulp 任务 如果你需要从 Elixir 调用已存在的 Gulp 任务,可以使用 task 方法。例如,假定你有一 个调用时只是简单说几句话的 Laravel 应用。你可以使用 Homestead 虚拟 机或者本地 PHP 开发环境来运行应用。设置好开发环境后,可以使用如下 Composer 命 令安装应用: composer create-project laravel/laravel quickstart --prefer-dist 安装 Quickstart 项目 当然你还可以通过克隆 GitHub 仓库到本地来安装: git clone0 码力 | 377 页 | 4.56 MB | 1 年前3 Laravel 5.2 中文文档Composer 安装要快很多: laravel new blog 通过 Composer Create-Project 你还可以在终端中通过 Composer 的 create-project 命令来安装 Laravel 应用: composer create-project laravel/laravel --prefer-dist blog 3、基本配置 Laravel 框架的所有配置文件都存放在 之外的其它域名,可以传递域名参数 到 browserSync 方法: elixir(function(mix) { mix.browserSync({ proxy: 'project.app' }); }); 9、调用存在的 Gulp 任务 如果你需要从 Elixir 调用已存在的 Gulp 任务,可以使用 task 方法。例如,假定你有一 个调用时只是简单说几句话的 Laravel 应用。你可以使用 Homestead 虚拟 机或者本地 PHP 开发环境来运行应用。设置好开发环境后,可以使用如下 Composer 命 令安装应用: composer create-project laravel/laravel quickstart --prefer-dist 安装 Quickstart 项目 当然你还可以通过克隆 GitHub 仓库到本地来安装: git clone0 码力 | 377 页 | 4.56 MB | 1 年前3
共 16 条
- 1
- 2













