Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Project/Public/images/img.png
  2.  
  3. App/Providers/AppServiceProvider.php
  4.  
  5. public function boot()
  6. {
  7. View::share('site_assets', url('public'));
  8. }
  9.  
  10. <img src="{{ $site_assets }}/images/{{ $user->photo }}">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement