Konu
laravelde if hk
15-04-2022, 14:36:35
#2
sezgin
https://laravel.com/docs/7.x/authentication
dökümantasyonda tüm detaylar burada.
use Illuminate\Support\Facades\Auth; if (Auth::check()) { // The user is logged in... }