1.webman怎么没有paginate()分页方法? 2.模型也没有模型关联?比如一对一,一对多
1、运行 composer require illuminate/pagination,这样就可以使用 illuminate/database 的分页了 2、模型关联是 illuminate/database 自带的功能,没有写入文档。用法参见 https://learnku.com/docs/laravel/8.x/eloquent-relationships/9407#78d5eb
composer require illuminate/pagination
illuminate/database
大佬,把这个加到文档中吧,谢谢。
https://www.workerman.net/doc/webman/db/paginator.html 已经加入文档
多谢,还有,webman感觉很好,但路由能不能再完善一些?比如路由分组,路由中间件等,能不能做成类似tp或者laravel那样的路由就更好了
路由功能后期会完善
1、运行
composer require illuminate/pagination
,这样就可以使用illuminate/database
的分页了2、模型关联是
illuminate/database
自带的功能,没有写入文档。用法参见 https://learnku.com/docs/laravel/8.x/eloquent-relationships/9407#78d5eb大佬,把这个加到文档中吧,谢谢。
https://www.workerman.net/doc/webman/db/paginator.html 已经加入文档
多谢,还有,webman感觉很好,但路由能不能再完善一些?比如路由分组,路由中间件等,能不能做成类似tp或者laravel那样的路由就更好了
路由功能后期会完善