تماشای ویدئو Part 29 Authentication User Experience How to Build a Blog with Laravel 5 Series از آی-ویدئو

We have our authentication working now, and in this video we learn how to modify our user experience based on whether or not the current user is logged in or logged out. If the user is logged in we will show our dropdown menu and if they are logged out we will display a simple button to login. We use blade @if statements and our new Auth::check() helper to see if the user is logged in. If they are logged in then our Auth::check() will return true and execute the if statement, otherwise it will execute th
30 آذر 1396
آی-ویدئو