上一页 1 ··· 136 137 138 139 140 141 142 143 144 ··· 214 下一页
摘要: 一,相关文档: https://learnku.com/docs/laravel/10.x/requests/14849#e16c06 二,php代码: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 阅读全文
posted @ 2023-10-19 07:52 刘宏缔的架构森林 阅读(186) 评论(0) 推荐(0)
摘要: 一,添加配置数据 1,在.env中添加: FILE_HOST="https://file.lhd.com" FILE_BASE_DIR="/web/site/file/html/image" 2,在config目录下新建文件: image.php,内容: <?php return [ 'defaul 阅读全文
posted @ 2023-10-18 08:23 刘宏缔的架构森林 阅读(113) 评论(0) 推荐(0)
摘要: 一,从命令行创建controller liuhongdi@lhdpc:/data/laravel/dignews$ php artisan make:controller NewsController INFO Controller [app/Http/Controllers/NewsControl 阅读全文
posted @ 2023-10-18 08:21 刘宏缔的架构森林 阅读(88) 评论(0) 推荐(0)
摘要: 一,查看serve的帮助文档: liuhongdi@lhdpc:/data/laravel/dignews$ php artisan help serve Description: Serve the application on the PHP development server Usage: 阅读全文
posted @ 2023-10-18 08:18 刘宏缔的架构森林 阅读(647) 评论(0) 推荐(0)
摘要: 一,列出所有命令 liuhongdi@lhdpc:/data/laravel/dignews$ php artisan list 二,显示命令的帮助信息: liuhongdi@lhdpc:/data/laravel/dignews$ php artisan help serve Descriptio 阅读全文
posted @ 2023-10-18 08:16 刘宏缔的架构森林 阅读(48) 评论(0) 推荐(0)
摘要: 一,官方网站: https://laravel.com/ 中文文档可参见: https://learnku.com/docs/laravel/10.x 二,用composer创建项目: 1,创建项目 liuhongdi@lhdpc:/data/laravel$ composer create-pro 阅读全文
posted @ 2023-10-18 08:15 刘宏缔的架构森林 阅读(164) 评论(0) 推荐(0)
摘要: 一,安装pinia liuhongdi@lhdpc:/data/vue/responsive$ npm -S install pinia 安装完成后查看已安装的版本: liuhongdi@lhdpc:/data/vue/responsive$ npm list pinia responsive@0. 阅读全文
posted @ 2023-10-04 22:42 刘宏缔的架构森林 阅读(571) 评论(0) 推荐(0)
摘要: 一,报错信息: worker[webman:225916] exit with status 139 进程会退出 二,解决: 禁用opcache模块:在php.ini中注释掉opcache,使它不生效,如下: [opcache] ;opcache.enable=1 ;opcache.enable_c 阅读全文
posted @ 2023-10-04 22:40 刘宏缔的架构森林 阅读(238) 评论(0) 推荐(0)
摘要: 一,官方文档地址: https://router.vuejs.org/zh/guide/essentials/dynamic-matching.html 二, 代码: 1,router配置 { path: '/:pathMatch(.*)*', name: 'NotFound',meta:{titl 阅读全文
posted @ 2023-10-04 22:38 刘宏缔的架构森林 阅读(638) 评论(0) 推荐(0)
摘要: 一,报错信息: Uncaught runtime errors: × ERROR ResizeObserver loop completed with undelivered notifications. at handleError (webpack-internal:///./node_modu 阅读全文
posted @ 2023-09-30 16:15 刘宏缔的架构森林 阅读(4242) 评论(1) 推荐(1)
上一页 1 ··· 136 137 138 139 140 141 142 143 144 ··· 214 下一页