Discuz! Board

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 1405|回复: 0
打印 上一主题 下一主题

Laravel

[复制链接]

1228

主题

1996

帖子

7572

积分

认证用户组

Rank: 5Rank: 5

积分
7572
跳转到指定楼层
楼主
发表于 2020-4-13 14:31:34 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 Qter 于 2020-4-14 10:31 编辑

Laravel 是优雅的 PHP Web 开发框架。具有高效、简洁、富于表达力等优点。采用 MVC 设计,是崇尚开发效率的全栈框架。是最受关注的 PHP 框架。
https://learnku.com/docs/laravel/5.8/releases/3876
Download and run Composer-Setup.exe. It will install the latest Composer version and set up your PATH so that you can call composer from any directory in your command line.C:\Users\Administrator>composer -V
Composer version 1.10.5 2020-04-10 11:44:22


首先,通过使用 Composer 安装 Laravel 安装器:
  1. C:\Users\Administrator>composer global require laravel/installer
  2. Changed current directory to C:/Users/Administrator/AppData/Roaming/Composer
  3. Using version ^3.0 for laravel/installer
  4. ./composer.json has been updated
  5. Loading composer repositories with package information
  6. Updating dependencies (including require-dev)
  7. Package operations: 14 installs, 0 updates, 0 removals
  8.   - Installing symfony/process (v5.0.7): Downloading (100%)
  9.   - Installing symfony/polyfill-ctype (v1.15.0): Downloading (100%)
  10.   - Installing symfony/filesystem (v5.0.7): Downloading (100%)
  11.   - Installing psr/container (1.0.0): Downloading (100%)
  12.   - Installing symfony/service-contracts (v2.0.1): Downloading (100%)
  13.   - Installing symfony/polyfill-php73 (v1.15.0): Downloading (100%)
  14.   - Installing symfony/polyfill-mbstring (v1.15.0): Downloading (100%)
  15.   - Installing symfony/console (v5.0.7): Downloading (100%)
  16.   - Installing ralouphie/getallheaders (3.0.3): Downloading (100%)
  17.   - Installing psr/http-message (1.0.1): Downloading (100%)
  18.   - Installing guzzlehttp/psr7 (1.6.1): Downloading (100%)
  19.   - Installing guzzlehttp/promises (v1.3.1): Downloading (100%)
  20.   - Installing guzzlehttp/guzzle (6.5.2): Downloading (100%)
  21.   - Installing laravel/installer (v3.0.1): Downloading (100%)
  22. symfony/service-contracts suggests installing symfony/service-implementation
  23. symfony/console suggests installing symfony/event-dispatcher
  24. symfony/console suggests installing symfony/lock
  25. symfony/console suggests installing psr/log (For using the console logger)
  26. guzzlehttp/psr7 suggests installing zendframework/zend-httphandlerrunner (Emit PSR-7 responses)
  27. guzzlehttp/guzzle suggests installing psr/log (Required for using the Log middleware)
  28. guzzlehttp/guzzle suggests installing ext-intl (Required for Internationalized Domain Name (IDN) support)
  29. Writing lock file
  30. Generating autoload files
  31. 3 packages you are using are looking for funding.
  32. Use the `composer fund` command to find out more!
复制代码
C:/Users/Administrator/AppData/Roaming/Composer/vendor/bin


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|firemail ( 粤ICP备15085507号-1 )

GMT+8, 2024-4-26 08:16 , Processed in 0.054472 second(s), 19 queries .

Powered by Discuz! X3

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表