
現象:Article::query()->with('user')->join('details','articles.id','=','det...
由于最近服務器PHP版本升級到了php8.1,導致laravel6無法繼續使用。進入框架即報如下錯誤:Return type of Illumi...
基于laravel-admin開發的開箱即用的后臺管理系統。官網:http://www.dcatadmin.com/[http://www.dc...
安裝插件的方法: file->settings->plugins,點擊browse repositories,搜索安裝即可 database 數...
https://github.com/kartik-v[https://github.com/kartik-v] yii框架高產庫 http...
安裝 yum -y install subversion 建立版本庫 mkdir /data/svn 開啟服務 svnserve -d -r /...
官方文檔:http://nginx.org/en/docs/[http://nginx.org/en/docs/] 常用模塊: ngx_http...
使用mailx配置發送郵件 沒有安裝的先安裝一下:yum install mailx 由于阿里云的服務器屏蔽了25端口,所以只能通過ssl方式發...
codeception是一款PHP的行為測試工具,能自動化進行單元測試、功能測試、驗收測試等。 官網:http://codeception.co...