laracms icon indicating copy to clipboard operation
laracms copied to clipboard

LaraCMS 是在学习 laravel ( web 开发实战进阶 + 实战构架 API 服务器) 过程中产生的一个业余作品,试图通过简单的方式,快速构建一套基本的企业站同时保留很灵活的扩展能力和优雅的代码方式,当然这些都得益Larav...

Results 17 laracms issues
Sort by recently updated
recently updated
newest added

laracms/src/Handlers/UploadHandler.php文件,以及vendor/wanglelecc/laracms-framework/src/Handlers/UploadHandler.php文件中use Illuminate\HTTP\File 调整为use Illuminate\Http\File; 由于大小写问题导致图片分片上传时,提示class 'Illuminate\HTTP\File' not found

我的mysql版本是: 5.5.62 报错内容如下: Illuminate\Database\QueryException : SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table `lara_users` add unique `lara_users_email_unique`(`email`))...

TNTSearch是通过articles.index进行检索的么? 如何支持同时搜索到文章列表 (类型为 article)和单页 (类型为 page)

如何快速发布现有的项目出来进行二开呢

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ If you make any changes to it yourself then they will take precedence over the rebase. --- [//]: # (dependabot-end)...

dependencies

重要提醒 PHP版本不能使用7.4 .env文件中添加`DB_SOCKET=/tmp/mysql.sock`(根据自己的环境修改路径) 代码存在缺陷 laracms/src/Models/Traits/WithOrderHelper.php ``` /** * 追加排序条件 * * @param $query * @param $sortField * @param $sortOrder * @return mixed */ public function scopeWithOrder($query, $sortField, $sortOrder) { $sortField...

"Call to a member function addMultipleFiles() on null"

![图片](https://user-images.githubusercontent.com/33534676/63797670-1db27980-c93b-11e9-81ad-60247b4d8dc5.png) ![图片](https://user-images.githubusercontent.com/33534676/63797672-1ee3a680-c93b-11e9-9848-76bc0e4d351e.png) ![图片](https://user-images.githubusercontent.com/33534676/63797683-230fc400-c93b-11e9-904e-b872e7f5af9c.png) ![图片](https://user-images.githubusercontent.com/33534676/63797692-26a34b00-c93b-11e9-92ff-8fe047096bda.png) ![图片](https://user-images.githubusercontent.com/33534676/63797700-2acf6880-c93b-11e9-99a3-caf29afd7bea.png) The vunerbility is founded in laracms v1.0.1. Hackers can inject a script in the place where the page is managed. It's content accept all user...

Class Dingo\Api\Exception\Handler contains 1 abstract method and must there fore be declared abstract or implement the remaining methods (Illuminate\Co ntracts\Debug\ExceptionHandler::shouldReport)