我是 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 行
我想在 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)