小编Moh*_*udi的帖子

Laravel 在 cpanel 上引发第 66 行 autoload_real.php 的错误

我是 Laravel 新手,我在本地主机上运行我的网站。它运行正确,但是当我将其上传到 cpanel 上时,它会引发以下错误:

警告:require(/home/didfilei/public_html/app/vendor/composer/../symfony/polyfill-mbstring/bootstrap.php):无法打开流:/home/didfilei/public_html/app 中没有这样的文件或目录/vendor/composer/autoload_real.php 第 66 行

警告:require(/home/didfilei/public_html/app/vendor/composer/../symfony/polyfill-mbstring/bootstrap.php):无法打开流:/home/didfilei/public_html/app 中没有这样的文件或目录/vendor/composer/autoload_real.php 第 66 行

致命错误:require():无法打开所需的'/home/didfilei/public_html/app/vendor/composer/../symfony/polyfill-mbstring/bootstrap.php'(include_path='.:/opt/cpanel/ea- php71/root/usr/share/pear') 在 /home/didfilei/public_html/app/vendor/composer/autoload_real.php 第 66 行

php autoload symfony laravel-5 laravel-5.6

3
推荐指数
1
解决办法
1万
查看次数

在div标签中显示数据库中保存的ckeditor数据

我想在 div 标签中显示保存在数据库中的 ckeditor 数据。我的意思是,我将 ckeditor 数据保存到数据库,并将这些数据恢复到 div 标签,并将标签应用于该文本。

输入此代码时,将显示以下文本

这是代码:

<div> {{$object->text}} </div>
Run Code Online (Sandbox Code Playgroud)

它显示这个;我想要应用这些标签

html> <head> <title></title> </head> <body dir="rtl"> <p><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry.
Run Code Online (Sandbox Code Playgroud)

html php ckeditor laravel

1
推荐指数
1
解决办法
1974
查看次数

标签 统计

php ×2

autoload ×1

ckeditor ×1

html ×1

laravel ×1

laravel-5 ×1

laravel-5.6 ×1

symfony ×1