use Illuminate\Support\Facades\DB;
自动补全的是怎么配置的啊,刚开始没看到上面有这个,然后运行就报错。真是服了,这要use多少东西
自动补全的是怎么配置的啊,刚开始没看到上面有这个,然后运行就报错。真是服了,这要use多少东西
2016-12-20
不出现public文件夹的处理方法。在apache的conf目录下找到httpd.conf文件,找到以下代码,添加index.php
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
2016-12-20