Skip to content

Instantly share code, notes, and snippets.

@sineld
Created March 14, 2014 13:46
Show Gist options
  • Select an option

  • Save sineld/9547927 to your computer and use it in GitHub Desktop.

Select an option

Save sineld/9547927 to your computer and use it in GitHub Desktop.
barantr90
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.
@barantr90

Copy link
Copy Markdown

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment