- 博客(2)
- 收藏
- 关注
原创 Laravel 6 框架route路由常见用法
Laravel 路由的几种常见模式 1.基础路由get、post Route::get('myget',function(){ return 'this is get'; }); Laravel 中post有个csrf保护在使用postman进行测试的时候需要进入Http的中间件Middleware在VerifyCsrfToken中的except中添加路由名即可 Route::post('mypost',function(){ return 'this is post'; })
2021-07-27 14:18:09
1224
1
原创 Linux Centos 安装MySQL 8.0数据库
1. MySQL官网下载安装包 1.1通过wget指令下载Mysql 8.0安装包 wget https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.26-linux-glibc2.12-x86_64.tar.xz 2. 安装数据库前的准备工作 2.1 卸载原有数据库 rpm -qa | grep mariadb rpm -e --nodeps mariadb-libs-5.5.68-1.el7.x86_64 2.2 安装数据库所需依赖
2021-07-27 09:40:05
734
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅