laravel8.*

Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes的解决方式

Laravel 8.*对默认数据库字符集进行了更改,现在utf8mb4它包含了对存储表情符号的支持。这只会影响新的应用程序,只要您运行MySQL v5.7.7及更高版本,就不需要做任何事情。

nginx-laravel伪静态

Nginx下Laravel伪静态

Error: Cannot find module 'webpack-cli/package.json

laravel中使用laravel-ui框架,还用到Bootstrap,使用如下命令来引入Bootstrap报异常,Error: Cannot find module 'webpack-cli/package.json'Please run "npm install && npm run dev" to compile your fresh scaffolding.

allowedmemorysizeof1610612736bytesexhausted

Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) in phar://C:/composer/composer.phar/src/Composer/DependencyResolver/Solver.php on line 223Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors.

在phpStudy2016 php-73.24=NTS上安装下载laravel8.*版本

在phpStudy2016 php-73.24=NTS上安装下载laravel8.*版本,php-73.24这个版本的php是在phpStudy2016上扩展的。其实很多PHP集成环境都是可以安装laravel的,测试了下phpstudy2016版本的安装,还是安装成功了,并且也跑起来。