当前位置:网站首页>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
边栏推荐
- Logback日志框架第三方jar包 免费获取
- numpy--数据清洗
- 分步式监控平台zabbix
- Dotween -- ease function
- Introduction to pyGame games
- Application example of infinite list [uigridview]
- Shipping companies' AI products are mature, standardized and applied on a large scale. CIMC, the global leader in port and shipping AI / container AI, has built a benchmark for international shipping
- 安科瑞电网智能化发展的必然趋势电力系统采用微机保护装置是
- Performance comparison of tidb for PostgreSQL and yugabytedb on sysbench
- 121. The best time to buy and sell stocks
猜你喜欢
Three. JS introductory learning notes 00: coordinate system, camera (temporarily understood)
L'application à l'échelle de la normalisation mature des produits ai des compagnies maritimes, cimc, leader mondial de l'intelligence artificielle portuaire et maritime / intelligence artificielle des
[wechat applet] Chapter (5): basic API interface of wechat applet
AE learning 01: AE complete project summary
Three. JS introductory learning notes 15: threejs frame animation module
numpy--疫情数据分析案例
The unity vector rotates at a point
Apache Doris just "graduated": why should we pay attention to this kind of SQL data warehouse?
Mysql database basic operation DQL basic query
Notification uses full resolution
随机推荐
10 schemes to ensure interface data security
航運船公司人工智能AI產品成熟化標准化規模應用,全球港航人工智能/集裝箱人工智能領軍者CIMC中集飛瞳,打造國際航運智能化標杆
Mysql database backup script
【花雕体验】15 尝试搭建Beetle ESP32 C3之Arduino开发环境
通知Notification使用全解析
How to implement backspace in shell
Shipping companies' AI products are mature, standardized and applied on a large scale. CIMC, the global leader in port and shipping AI / container AI, has built a benchmark for international shipping
Migration and reprint
Introduction to pyGame games
C4D learning notes 2- animation - timeline and time function
three.js打造酷炫下雪效果
Particle effect for ugui
过度依赖补助,大客户收款难,冲刺“国产数据库第一股”的达梦后劲有多足?
AE learning 01: AE complete project summary
强化实时数据管理,英方软件助力医保平台安全建设
torch.numel作用
Is it reliable to open an account on Tongda letter with your mobile phone? Is there any potential safety hazard in such stock speculation
SysOM 案例解析:消失的内存都去哪了 !| 龙蜥技术
MySQL中, 如何查询某一天, 某一月, 某一年的数据
TiDB For PostgreSQL和YugabyteDB在Sysbench上的性能对比