上一页 1 2 3 4 5 6 7 8 ··· 17 下一页
摘要: 一、介绍 有时候,我们需要实现一些表自关联的菜单效果,比如类目(Category )管理等,laravel-admin能够帮助我们快速,创建树形效果菜单。laravel-admin有丰富的组件库,其底层是基于boostrap封装的,因此基本组件没有的可以自己定义实现。查看了laravel-admin 阅读全文
posted @ 2024-01-25 11:26 刘文江 阅读(59) 评论(0) 推荐(0)
摘要: 在laravel admin 中,添加用户时,出现以下错误。 其实,是因为新增用户时,用到了图片上传功能。不需要这个功能的不会有影响。 Config error. Disk [admin] not configured, please add a disk config in `config/fil 阅读全文
posted @ 2024-01-23 13:58 刘文江 阅读(7) 评论(0) 推荐(0)
摘要: 问题:安装php artisan breeze:install时出现以下错误。 Call to undefined function Termwind\ValueObjects\mb_strimwidth() 问题就是:mb_strimwidth()不能识别,那么就解决宽字符问题,就能解决。 php 阅读全文
posted @ 2024-01-19 14:46 刘文江 阅读(31) 评论(0) 推荐(0)
摘要: 【可忽略,laravel10x版本已自带安装】安装:composer require spatie/laravel-permission和迁移php artisan migrate 问题:There is no role namedwriterfor guardweb." 解决:在User表中添加p 阅读全文
posted @ 2024-01-18 13:56 刘文江 阅读(40) 评论(0) 推荐(0)
摘要: 执行composer install时,经常出现you can run Composer with--ignore-platform-req=ext-fileinfoto temporarily ignore these required extensions问题,此时如何只是用composer 命 阅读全文
posted @ 2024-01-16 15:06 刘文江 阅读(103) 评论(0) 推荐(0)
摘要: 版本 root@VM-16-8-ubuntu:/etc/php/8.1/fpm/pool.d# ls www.conf root@VM-16-8-ubuntu:/etc/php/8.1/fpm/pool.d# nginx -v nginx version: nginx/1.18.0 (Ubuntu) 阅读全文
posted @ 2024-01-14 09:37 刘文江 阅读(17) 评论(0) 推荐(0)
摘要: 问题: 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 阅读全文
posted @ 2024-01-13 15:30 刘文江 阅读(17) 评论(0) 推荐(0)
摘要: php版本: php -v PHP 8.3.1 (cli) (built: Dec 20 2023 14:06:10) (ZTS Visual C++ 2019 x64) Copyright (c) The PHP Group Zend Engine v4.3.1, Copyright (c) Ze 阅读全文
posted @ 2024-01-13 14:02 刘文江 阅读(242) 评论(0) 推荐(0)
摘要: 一、版本介绍 PS C:\phpstudy_pro\WWW\api.demo.test> php artisan --version Laravel Framework 10.40.0 PS C:\phpstudy_pro\WWW\api.demo.test> 二、希望情况 希望正常情况,返回: 即 阅读全文
posted @ 2024-01-12 16:32 刘文江 阅读(12) 评论(0) 推荐(0)
摘要: 一、效果展示 最终实现效果如下图所示: 支持i18n国际化数据返回,修改不同'locale' => 'zh_CN',返回中文 'locale' => 'en',返回英文。 当前使用版本:PHP Version 8.2.9 、Laravel10x。 有数据返回: public function tok 阅读全文
posted @ 2024-01-11 18:00 刘文江 阅读(33) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页