Project environment: laravel5.5
uses the https protocol and has set URL::forceScheme ("https") in the AppServiceProvider boot method; if you force the use of the https protocol, the url generated by other parts is normal, but the url generated using paginate () paging is http, so solve!