Created
March 14, 2014 13:46
-
-
Save sineld/9547927 to your computer and use it in GitHub Desktop.
barantr90
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Evet sorunu buldum. | |
| navigation.blade.php dosya içeriğindeki bu satırı: | |
| <a href="{{ URL::route('profile-user') }}">Profil</a><br> | |
| bununla değiştirince | |
| <a href="{{ URL::route('profile-user', Auth::user()->username) }}">Profil</a><br> | |
| sorun çözülüyor. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hocam ne kadar teşekkür etsem azdır şu anda. Çok teşekkür ediyorum. Ciddi bir sorundan beni kurtardınız. İlerde tekrardan başınızı ağrıtmak dileğiyle :)