mercredi 2 août 2017

String interpolation in laravel

I tried all of this but can't predict interpolation read all points in official documentation but not yet found elegant solution





Finally this one worked but I expecting something elegant than this

@php
  $url = url('/posts/' . $post->id. '/comments');
@endphp





via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire