Posts

Showing posts from June, 2020

安装及使用 laravel 踩到的坑

使用 Ubuntu 系统 php7.4以上 安装的时候改阿里源会比较快,另外安装 Mysql 8.0 在 Ubuntu 19.10 系统里面需要修改源(改成 bionic )。 1. composer.phar 获取 laravel 前需要安装环境 $ sudo apt-get -y install php-mbstring php-xml 2. Mysql Driver 找不到 $ sudo apt-get install php7.4-mysql root@mane-virtual-machine:/home/mane# php -i | grep PDO PDO PDO support => enabled PDO drivers => mysql PDO Driver for MySQL => enabled 有enabled就好了。 3. Laravel 提示 SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client 参考: 这篇文章 4. Access denied for user 'homestead'@'localhost' (using password: YES) 明明.env环境有指定用户名是root $ php artisan config:clear