当前位置:网站首页>laravel中将session由文件保存改为数据库保存
laravel中将session由文件保存改为数据库保存
2022-07-07 14:07:00 【全栈程序员站长】
1.laravel中默认是使用文件保存session的,保存在/storage/framework/sessions下
2.修改配置文件 config/session.php中 ‘driver’ => env(‘SESSION_DRIVER’, ‘file’) 将.env文件中的SESSION_DRIVER对应值由file改为database,这里的意思是.env文件中 SESSION_DRIVER配置项找不到的情况下,就使用file
3.在.env文件中配置好数据库
4.使用命令自动生成存放session的数据表
php artisan session:table //生成迁移文件 执行后在/database/migrations/下新增一个以create_sessions_table.php结尾的表 php artisan migrate //执行后数据库中新增一个sessions表
5.代码中使用session方式不变
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/113198.html原文链接:https://javaforall.cn
边栏推荐
- 47_Opencv中的轮廓查找 cv::findContours()
- iptables只允许指定ip地址访问指定端口
- Three. JS introductory learning notes 05: external model import -c4d into JSON file for web pages
- 深度之眼(六)——矩阵的逆(附:logistic模型一些想法)
- [flower carving experience] 15 try to build the Arduino development environment of beetle esp32 C3
- 讲师征集令 | Apache SeaTunnel(Incubating) Meetup 分享嘉宾火热招募中!
- C4D learning notes 1- animation - animation key frames
- How does geojson data merge the boundaries of regions?
- 通知Notification使用全解析
- How to implement backspace in shell
猜你喜欢

Whole process analysis of unity3d rendering pipeline

分步式監控平臺zabbix

Apache Doris刚“毕业”:为什么应关注这种SQL数据仓库?

Three. JS introductory learning notes 10:three JS grid

星瑞格数据库入围“2021年度福建省信息技术应用创新典型解决方案”

Sysom case analysis: where is the missing memory| Dragon lizard Technology
![[flower carving experience] 15 try to build the Arduino development environment of beetle esp32 C3](/img/8f/ca9ab042916f68de7994d9f2124da9.jpg)
[flower carving experience] 15 try to build the Arduino development environment of beetle esp32 C3

Shandong old age Expo, 2022 China smart elderly care exhibition, smart elderly care and aging technology exhibition

Three. JS introductory learning notes 08:orbitcontrols JS plug-in - mouse control model rotation, zoom in, zoom out, translation, etc

统计学习方法——感知机
随机推荐
You Yuxi, coming!
Unity drawing plug-in = = [support the update of the original atlas]
The inevitable trend of the intelligent development of ankerui power grid is that microcomputer protection devices are used in power systems
markdown公式编辑教程
Three. JS introductory learning notes 08:orbitcontrols JS plug-in - mouse control model rotation, zoom in, zoom out, translation, etc
Bidding announcement: Fujian Rural Credit Union database audit system procurement project (re bidding)
U3D_ Infinite Bessel curve
强化实时数据管理,英方软件助力医保平台安全建设
Notification uses full resolution
修改配置文件后tidb无法启动
Three. JS introductory learning notes 03: perspective projection camera
Bidding announcement: 2022 Yunnan Unicom gbase database maintenance public comparison and selection project (second) comparison and selection announcement
Three. JS introduction learning notes 12: the model moves along any trajectory line
Description of vs common shortcut keys
Eye of depth (VII) -- Elementary Transformation of matrix (attachment: explanation of some mathematical models)
Odoo集成Plausible埋码监控平台
招标公告:2022年云南联通gbase数据库维保公开比选项目(第二次)比选公告
What are compiled languages and interpreted languages?
用手机在通达信上开户靠谱吗?这样炒股有没有什么安全隐患
Dotween -- ease function