php-fpm 配置详解
https://www.php.net/manual/zh/install.fpm.php 简介 FPM(FastCGI 进程管理器)用于替换 PHP Fast… 阅读更多 »php-fpm 配置详解
https://www.php.net/manual/zh/install.fpm.php 简介 FPM(FastCGI 进程管理器)用于替换 PHP Fast… 阅读更多 »php-fpm 配置详解
参考 https://learnku.com/docs/laravel/5.5/migrations/1329 简介 数据库迁移就像是数据库的版本控制,可以让你… 阅读更多 »Laravel 迁移文件 简单总结
参考 https://learnku.com/docs/laravel/5.5/configuration/1283#configuration-caching… 阅读更多 »Laravel Config 缓存原理
测试代码 stop slave; 关闭从库同步 sticky 为 false时 sticky 为 true时 写入之后的读取的count数为47 插入的id模型… 阅读更多 »Laravel框架读写分离测试
laravel表单验证的异常响应 使用控制器的$this->validate($request,[‘body’ => ‘re… 阅读更多 »Laravel 表单验证解析
参考链接https://learnku.com/docs/laravel/5.5/eloquent/1332 Laravel 的 Eloquent ORM 提供… 阅读更多 »Eloquent ORM 解析入门
安装使用参考文档 https://learnku.com/docs/laravel/5.5/horizon/1345#configuration 本文主要记录一… 阅读更多 »Larave Horizon 队列仪表盘
OAuth2.0介绍 http://www.ruanyifeng.com/blog/2014/05/oauth_2_0.html 安装参考文档 本案例使用框架版… 阅读更多 »Laravel搭建OAuth2.0服务
参考链接: http://www.laruence.com/2008/08/12/180.html 鸟哥博客 https://segmentfault… 阅读更多 »PHP的运行模式
文档 https://laravel-excel.maatwebsite.nl/3.1/getting-started/ github https://gith… 阅读更多 »Maatwebsite / Laravel-Excel 扩展包导入导出数据