Then in config.php i included those info. It looked something as below:
$mysql_hostname = "10.**.**.***";$mysql_password = "myPassword"或者我从哪里获得所有这些信息以在我的config.php文件中使用。或者我还遗漏了什么。有什么建议吗?
当我想在原生PHP中从数据库中获取数据时,我使用查询,但在laravel中,您不需要编写查询,而是使用它们的模型和函数来获取数据,例如: ex::where('name','test')->get(); 在原生PHP中: select * from ex where name='test' 我的问题是我不知道如何使用和喜欢这个查询: select * from ex where name='test