摘要:
在laravel admin 中,添加用户时,出现以下错误。 其实,是因为新增用户时,用到了图片上传功能。不需要这个功能的不会有影响。 Config error. Disk [admin] not configured, please add a disk config in `config/fil 阅读全文
摘要:
【可忽略,laravel10x版本已自带安装】安装:composer require spatie/laravel-permission和迁移php artisan migrate 问题:There is no role namedwriterfor guardweb." 解决:在User表中添加p 阅读全文
摘要:
执行composer install时,经常出现you can run Composer with--ignore-platform-req=ext-fileinfoto temporarily ignore these required extensions问题,此时如何只是用composer 命 阅读全文
摘要:
问题: dragon-code/support 6.12.0 requires ext-bcmath * -> it is missing from your system. Install or enable PHP's bcmath extension. composer install Ins 阅读全文
摘要:
一、效果展示 最终实现效果如下图所示: 支持i18n国际化数据返回,修改不同'locale' => 'zh_CN',返回中文 'locale' => 'en',返回英文。 当前使用版本:PHP Version 8.2.9 、Laravel10x。 有数据返回: public function tok 阅读全文