swooletw / laravel-swoole

High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
MIT License
4.04k stars 390 forks source link

Upgrade To last version of everything #501

Closed alijvhr closed 3 years ago

alijvhr commented 3 years ago

Laravel 8 Auth wasn't supported I fixed the request method to use same middlewares as Laravel to make authenticate compatibility trough updates

alijvhr commented 3 years ago

I Removed versions to use latest you can change it as you want

Arkanius commented 3 years ago

Well, looks this introduces a lot of BC's. We need to be careful before merge so much changes