laravel
coding_小小海
这个作者很懒,什么都没留下…
展开
-
Laravel 1045 SQL
PDOException (1045) SQLSTATE[HY000] [1045] Access denied for user 'dbusername'@'xx.xxx.xx.xxx' (using password: YES)出现报错情况,修改配置文件.envconfig/database.php不修改然后进入终端运行命令 php artisan config:cache 清原创 2016-10-26 17:25:02 · 356 阅读 · 0 评论 -
Laravel [PDOException] SQLSTATE[HY000] [2002] Connection refused
Laravel [PDOException] SQLSTATE[HY000] [2002] Connection refused终端输入命令:php artisan config:cache 即可因为引用的是缓存里的配置.env,修改后最好做清空操作原创 2016-10-26 17:32:17 · 2870 阅读 · 0 评论 -
laravel 使用MAMP进行安装
如果使用MAMP或者wamp环境,需要将本地host指向项目目录public目录下即可运行原创 2016-10-26 17:35:04 · 851 阅读 · 0 评论 -
推荐资源网站
http://stackoverflow.com/转载 2016-10-26 17:37:34 · 386 阅读 · 0 评论 -
PHP Configure Error: Please specify the install prefix of iconv with --with-iconv=<DIR>
PHP Configure Error: Please specify the install prefix of iconv with --with-iconv=出现报错信息解决方法 MAC os下本地安装 MAMP扩展With Homebrew:brew install homebrew/dupes/libiconvthen./c转载 2016-10-27 11:49:54 · 2694 阅读 · 0 评论 -
Laravel 5 User Model not found
Whoops, looks like something went wrong.1/1FatalErrorException in EloquentUserProvider.php line 130:Class '\App\User' not found解决方法:You need to update your config/auth.php file. Change 'model' => 'App转载 2016-10-31 17:22:52 · 619 阅读 · 0 评论