Completely Disable Session Feature in Laravel 9

Emir Buğra KÖKSALAN tarafından tarihinde yayınlandı

If you’re developing API in Laravel then you don’t need any session and cookie things. For this you must remove these providers in app/Http/Kernel.php file.

Delete config/session.php file. And at last change session word to passport` in guard key from config/auth.php file. If you don’t do that then you get Target class [session.store] does not exist error.

 

 

Kategoriler: Laravel

Emir Buğra KÖKSALAN

Java & PHP Developer

0 yorum

Bir yanıt yazın

Avatar placeholder

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

Time limit is exhausted. Please reload the CAPTCHA.

Bu site, istenmeyenleri azaltmak için Akismet kullanıyor. Yorum verilerinizin nasıl işlendiği hakkında daha fazla bilgi edinin.