07/09/2018, 17:45
Lỗi Laravel: Call to undefined method IlluminateSessionStore::set()
Đây là bug mình gặp trên Laravel 5.4 , nguyên nhân là do cài package laravel/socialite Laravel cập nhật lên phiên bản 5.4 nên xảy ra lỗi. Sửa lỗi Trong file composer.json sửa "laravel/socialite": "^2.0" thành "laravel/socialite": "^3.0" Sau đó chạy composer update
Đây là bug mình gặp trên Laravel 5.4, nguyên nhân là do cài package laravel/socialite Laravel cập nhật lên phiên bản 5.4 nên xảy ra lỗi.
Sửa lỗi
Trong file composer.json sửa "laravel/socialite": "^2.0" thành "laravel/socialite": "^3.0"
Sau đó chạy composer update