修改理由:

修复内置软件和可选软件列表无法正常显示

相关信息:


此投稿已在 3年前 合并。

内容修改:

红色背景 为原始内容

绿色背景 为新增或者修改的内容

OldNewDifferences
6060</style>
6161
6262<div id="software-list" markdown="1">
 63  
6364- Ubuntu 18.04
6465- Git
6566- PHP 7.4
 
9899</style>
99100
100101<div id="software-list" markdown="1">
 102  
101103- Apache
102104- Blackfire
103105- Cassandra
 
402404
403405`homestead` 默认已经在虚拟机中为 MySQL 和 PostgreSQL 数据库做好了配置。要从主机的数据库客户端连接到 MySQL 或 PostgreSQL ,应该连接到 `127.0.0.1` ,端口 `33060` (MySQL) 或 `54320` (PostgreSQL)。用户名和密码分别是 `homestead` / `secret` 。
404406
405 > 注意:You should only use these non-standard ports when connecting to the databases from your host machine. You will use the default 3306 and 5432 ports in your Laravel database configuration file since Laravel is running _within_ the virtual machine.  
406   
407407> 注意:只有从本地连接 Homestead 的数据库时才能使用这些非标准的端口。而 Laravel *在虚拟机中* 运行时还是应该使用默认的 3306 和 5432 端口进行数据库连接。
408408
409409### 数据库备份